go1.20 compat slices

This commit is contained in:
nikk gitanes
2024-02-22 06:12:33 +03:00
parent afee5501fd
commit c3218b0ea1

View File

@@ -1,8 +1,6 @@
package pages
import (
"slices"
"github.com/anacrolix/torrent/metainfo"
"github.com/gin-gonic/gin"
@@ -10,6 +8,8 @@ import (
"server/torr"
"server/web/auth"
"server/web/pages/template"
"golang.org/x/exp/slices"
)
func SetupRoute(route gin.IRouter) {