Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #596 from shurcooL/patch-1
Browse files Browse the repository at this point in the history
Fix nsenter package on unsupported platforms.
  • Loading branch information
Mrunal Patel committed May 17, 2015
2 parents 7adbe0f + 22eb88e commit 94e6c73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nsenter/nsenter_unsupported.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build !linux !cgo

package nsenter

import "C"

0 comments on commit 94e6c73

Please sign in to comment.