Windows: Remove nsenter dependency

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard
2015-06-26 18:15:48 -07:00
parent b6c196fd18
commit cd28283c79
2 changed files with 5 additions and 1 deletions

5
main_unix.go Normal file
View File

@@ -0,0 +1,5 @@
// +build linux
package main
import _ "github.com/opencontainers/runc/libcontainer/nsenter"