diff options
Diffstat (limited to 'weed/command/mount_notsupported.go')
| -rw-r--r-- | weed/command/mount_notsupported.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/weed/command/mount_notsupported.go b/weed/command/mount_notsupported.go index f3c0de3d6..1e5c9f53d 100644 --- a/weed/command/mount_notsupported.go +++ b/weed/command/mount_notsupported.go @@ -1,6 +1,5 @@ -// +build !linux -// +build !darwin -// +build !freebsd +//go:build !linux && !darwin && !freebsd +// +build !linux,!darwin,!freebsd package command |
