8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ab12c commit f55b030Copy full SHA for f55b030
pkg/system/mknod_linux.go renamed to pkg/system/mknod_unix.go
@@ -1,3 +1,6 @@
1
+//go:build !freebsd && !windows
2
+// +build !freebsd,!windows
3
+
4
package system // import "github.com/docker/docker/pkg/system"
5
6
import (
0 commit comments