1
0
Fork 0
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:
Sebastiaan van Stijn 2021-07-11 11:00:13 +02:00
parent 96f843ef30
commit 5588a78ab3
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
3 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,3 @@
// +build linux freebsd
package config // import "github.com/docker/docker/daemon/config"
import (

View file

@ -1,5 +1,3 @@
// +build !windows
package config // import "github.com/docker/docker/daemon/config"
import (

View file

@ -1,5 +1,3 @@
// +build windows
package config // import "github.com/docker/docker/daemon/config"
import (