Merge pull request #2126 from flynn/fix-nsenter-unsupported
libcontainer/nsenter: Don't import C in non-cgo file
This commit is contained in:
commit
bf27c2f86d
|
@ -1,5 +1,3 @@
|
|||
// +build !linux !cgo
|
||||
|
||||
package nsenter
|
||||
|
||||
import "C"
|
||||
|
|
Loading…
Reference in New Issue