Windows: Allow compilation (again)

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard
2015-06-08 10:35:41 -07:00
parent 162925415c
commit 7b876a9a72

View File

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