mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-21 16:05:40 +00:00
*.go: updated go:build added via gofmt
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
b9356e6843
commit
94303e15af
11 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build darwin || freebsd || netbsd || openbsd
|
||||||
// +build darwin freebsd netbsd openbsd
|
// +build darwin freebsd netbsd openbsd
|
||||||
|
|
||||||
package mtree
|
package mtree
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !linux && !darwin && !freebsd && !netbsd && !openbsd
|
||||||
// +build !linux,!darwin,!freebsd,!netbsd,!openbsd
|
// +build !linux,!darwin,!freebsd,!netbsd,!openbsd
|
||||||
|
|
||||||
package mtree
|
package mtree
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build darwin || dragonfly || freebsd || openbsd || linux || netbsd || solaris
|
||||||
// +build darwin dragonfly freebsd openbsd linux netbsd solaris
|
// +build darwin dragonfly freebsd openbsd linux netbsd solaris
|
||||||
|
|
||||||
package mtree
|
package mtree
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build windows
|
||||||
// +build windows
|
// +build windows
|
||||||
|
|
||||||
package mtree
|
package mtree
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !windows
|
||||||
// +build !windows
|
// +build !windows
|
||||||
|
|
||||||
package mtree
|
package mtree
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build windows
|
||||||
// +build windows
|
// +build windows
|
||||||
|
|
||||||
package mtree
|
package mtree
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build linux
|
||||||
// +build linux
|
// +build linux
|
||||||
|
|
||||||
package mtree
|
package mtree
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !linux
|
||||||
// +build !linux
|
// +build !linux
|
||||||
|
|
||||||
package mtree
|
package mtree
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build linux
|
||||||
// +build linux
|
// +build linux
|
||||||
|
|
||||||
package xattr
|
package xattr
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !linux
|
||||||
// +build !linux
|
// +build !linux
|
||||||
|
|
||||||
package xattr
|
package xattr
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !linux
|
||||||
// +build !linux
|
// +build !linux
|
||||||
|
|
||||||
package xattr
|
package xattr
|
||||||
|
|
Loading…
Reference in a new issue