Przeglądaj źródła

Don't build portallocator on Windows

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 6 lat temu
rodzic
commit
55b80035ed

+ 2 - 0
libnetwork/portallocator/portallocator.go

@@ -1,3 +1,5 @@
+// +build !windows
+
 package portallocator
 
 import (

+ 1 - 0
libnetwork/portallocator/portallocator_windows.go

@@ -0,0 +1 @@
+package portallocator