1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fixed build tags for linux files

Signed-off-by: msabansal <sabansal@microsoft.com>
This commit is contained in:
msabansal 2016-02-17 11:24:43 -08:00
parent 9871032e4d
commit 3ff94689ef
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
// +build !windows
// +build linux freebsd
package builtin

View file

@ -1,4 +1,4 @@
// +build !windows
// +build linux freebsd
package libnetwork

View file

@ -1,4 +1,4 @@
// +build !windows
// +build linux freebsd
package testutils