Merge pull request #43087 from tonistiigi/fix-darwin-build-system

system: unbreak build for darwin
This commit is contained in:
Sebastiaan van Stijn 2021-12-16 20:06:57 +01:00 committed by GitHub
commit 088afc99e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,6 @@
//go:build !freebsd && !windows
// +build !freebsd,!windows
package system // import "github.com/docker/docker/pkg/system"
import (