add missing build constraint to statfs_unix.go
This commit is contained in:
parent
a0795165af
commit
03806f7063
3
extern/sector-storage/fsutil/statfs_unix.go
vendored
3
extern/sector-storage/fsutil/statfs_unix.go
vendored
@ -1,3 +1,6 @@
|
||||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package fsutil
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user