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 5f53eaf5a7
commit fa22255b2d
1 changed files with 8 additions and 0 deletions

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() {
}