Skip to content

Commit 4ac2644

Browse files
committed
Fixed build tags for linux files
Signed-off-by: msabansal <sabansal@microsoft.com>
1 parent 6d4d4b8 commit 4ac2644

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ipams/builtin/builtin_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows
1+
// +build linux freebsd
22

33
package builtin
44

sandbox_externalkey_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows
1+
// +build linux freebsd
22

33
package libnetwork
44

testutils/context_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !windows
1+
// +build linux freebsd
22

33
package testutils
44

0 commit comments

Comments
 (0)