all: Use some Go 1.21 features (#9409)
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
package sliceutil_test
|
||||
|
||||
import (
|
||||
"slices"
|
||||
"testing"
|
||||
|
||||
"github.com/syncthing/syncthing/lib/sliceutil"
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
||||
func TestRemoveAndZero(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user