Merge pull request #596 from shurcooL/patch-1

Fix nsenter package on unsupported platforms.
This commit is contained in:
Mrunal Patel 2015-05-16 18:24:18 -07:00
commit 94e6c73a32
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build !linux !cgo
package nsenter
import "C"