Merge pull request #2126 from flynn/fix-nsenter-unsupported

libcontainer/nsenter: Don't import C in non-cgo file
This commit is contained in:
Mrunal Patel 2019-09-12 10:12:54 -07:00 committed by GitHub
commit bf27c2f86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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