Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary
Signed-off-by: Andrew Page <admwiggin@gmail.com>
This commit is contained in:
parent
dec28e592c
commit
286bd69270
6 changed files with 3 additions and 9 deletions
|
@ -1,5 +1,3 @@
|
|||
// +build amd64
|
||||
|
||||
package mount
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !linux,!freebsd linux,!amd64 freebsd,!cgo
|
||||
// +build !linux,!freebsd freebsd,!cgo
|
||||
|
||||
package mount
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// +build amd64
|
||||
|
||||
package mount
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !linux,!freebsd linux,!amd64 freebsd,!cgo
|
||||
// +build !linux,!freebsd freebsd,!cgo
|
||||
|
||||
package mount
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// +build amd64
|
||||
|
||||
package kernel
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !linux !amd64
|
||||
// +build !linux
|
||||
|
||||
package kernel
|
||||
|
||||
|
|
Loading…
Reference in a new issue