*.go: updated go:build added via gofmt

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2022-04-23 12:38:50 -04:00
parent b9356e6843
commit 94303e15af
Signed by: vbatts
GPG Key ID: 10937E57733F1362
11 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//go:build darwin || freebsd || netbsd || openbsd
// +build darwin freebsd netbsd openbsd
package mtree

View File

@ -1,3 +1,4 @@
//go:build !linux && !darwin && !freebsd && !netbsd && !openbsd
// +build !linux,!darwin,!freebsd,!netbsd,!openbsd
package mtree

View File

@ -1,3 +1,4 @@
//go:build darwin || dragonfly || freebsd || openbsd || linux || netbsd || solaris
// +build darwin dragonfly freebsd openbsd linux netbsd solaris
package mtree

View File

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package mtree

View File

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package mtree

View File

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package mtree

View File

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package mtree

View File

@ -1,3 +1,4 @@
//go:build !linux
// +build !linux
package mtree

View File

@ -1,3 +1,4 @@
//go:build linux
// +build linux
package xattr

View File

@ -1,3 +1,4 @@
//go:build !linux
// +build !linux
package xattr

View File

@ -1,3 +1,4 @@
//go:build !linux
// +build !linux
package xattr