6 lines
51 B
Go
6 lines
51 B
Go
|
// +build !linux !cgo
|
||
|
|
||
|
package nsenter
|
||
|
|
||
|
import "C"
|