From 03806f70631d7f8c8b3ade0f56be09dd723e23d8 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Mon, 18 Oct 2021 16:29:01 +0200 Subject: [PATCH] add missing build constraint to statfs_unix.go --- extern/sector-storage/fsutil/statfs_unix.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extern/sector-storage/fsutil/statfs_unix.go b/extern/sector-storage/fsutil/statfs_unix.go index da09c5c60fe..da87c3364b5 100644 --- a/extern/sector-storage/fsutil/statfs_unix.go +++ b/extern/sector-storage/fsutil/statfs_unix.go @@ -1,3 +1,6 @@ +//go:build !windows +// +build !windows + package fsutil import (