all: Use some Go 1.21 features (#9409)

This commit is contained in:
Jakob Borg
2024-02-10 21:02:42 +01:00
committed by GitHub
parent 96c30f8387
commit e1dd36561d
13 changed files with 23 additions and 72 deletions
+1 -1
View File
@@ -11,6 +11,7 @@ import (
"fmt"
"net"
"net/http"
"slices"
"strings"
"time"
@@ -19,7 +20,6 @@ import (
"github.com/syncthing/syncthing/lib/db"
"github.com/syncthing/syncthing/lib/events"
"github.com/syncthing/syncthing/lib/rand"
"golang.org/x/exp/slices"
)
const (