add missing build constraint to statfs_unix.go

This commit is contained in:
Marten Seemann 2021-10-18 16:29:01 +02:00
parent a0795165af
commit 03806f7063

View File

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