aboutsummaryrefslogtreecommitdiff
path: root/weed/command/mount2_notsupported.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-02-14 13:48:48 -0800
committerchrislu <chris.lu@gmail.com>2022-02-14 13:48:48 -0800
commite8420aaed73a4a104d233bcb07b4a9eeefd60345 (patch)
tree87adfefd89d3af42e7445e1645afe3e22d836bfc /weed/command/mount2_notsupported.go
parentff666104c45acb38f3e9deb60702885fe3491fe3 (diff)
downloadseaweedfs-e8420aaed73a4a104d233bcb07b4a9eeefd60345.tar.xz
seaweedfs-e8420aaed73a4a104d233bcb07b4a9eeefd60345.zip
fix building for windows freebsd
Diffstat (limited to 'weed/command/mount2_notsupported.go')
-rw-r--r--weed/command/mount2_notsupported.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/mount2_notsupported.go b/weed/command/mount2_notsupported.go
index 18734035e..075b73436 100644
--- a/weed/command/mount2_notsupported.go
+++ b/weed/command/mount2_notsupported.go
@@ -1,5 +1,5 @@
-//go:build !linux && !darwin && !freebsd
-// +build !linux,!darwin,!freebsd
+//go:build !linux && !darwin
+// +build !linux,!darwin
package command