mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
daemon/config: restrict "unix" code is linux
This code is not generically useful on "unix", and contains linux- specific code, so make it only compile on linux. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
96f843ef30
commit
5588a78ab3
3 changed files with 0 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
|||
// +build linux freebsd
|
||||
|
||||
package config // import "github.com/docker/docker/daemon/config"
|
||||
|
||||
import (
|
|
@ -1,5 +1,3 @@
|
|||
// +build !windows
|
||||
|
||||
package config // import "github.com/docker/docker/daemon/config"
|
||||
|
||||
import (
|
|
@ -1,5 +1,3 @@
|
|||
// +build windows
|
||||
|
||||
package config // import "github.com/docker/docker/daemon/config"
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in a new issue