Merge pull request #7531 from marten-seemann/statfs-build-constraint

add missing build constraint to statfs_unix.go
This commit is contained in:
Łukasz Magiera 2021-10-18 16:02:48 +01:00 committed by GitHub
commit 98ff1c4d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
//go:build !windows
// +build !windows
package fsutil
import (