Merge pull request #596 from shurcooL/patch-1
Fix nsenter package on unsupported platforms.
This commit is contained in:
commit
94e6c73a32
|
@ -1,3 +1,5 @@
|
|||
// +build !linux !cgo
|
||||
|
||||
package nsenter
|
||||
|
||||
import "C"
|
||||
|
|
Loading…
Reference in New Issue