1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-07-12 09:49:10 +00:00

*.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 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