Explorar o código

Windows: Allow compilation (again)

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard %!s(int64=10) %!d(string=hai) anos
pai
achega
fa22255b2d
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      libnetwork/sandbox/namespace_unsupported.go

+ 8 - 0
libnetwork/sandbox/namespace_unsupported.go

@@ -0,0 +1,8 @@
+// +build !linux
+
+package sandbox
+
+// GC triggers garbage collection of namespace path right away
+// and waits for it.
+func GC() {
+}