diff options
Diffstat (limited to 'weed/command/master.go')
| -rw-r--r-- | weed/command/master.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/master.go b/weed/command/master.go index 79c783091..261670ce8 100644 --- a/weed/command/master.go +++ b/weed/command/master.go @@ -11,7 +11,7 @@ import ( hashicorpRaft "github.com/hashicorp/raft" - "golang.org/x/exp/slices" + "slices" "github.com/gorilla/mux" "github.com/seaweedfs/raft/protobuf" |
