From 1e906b90ae1157b28551ac9e10224a0b2a658bd2 Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Mon, 25 Mar 2024 16:53:29 -0600 Subject: [PATCH] Removing slices reference for exp package --- cmd/links/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/links/main.go b/cmd/links/main.go index 51de240..05d6427 100644 --- a/cmd/links/main.go +++ b/cmd/links/main.go @@ -5,7 +5,6 @@ import ( "net/http" "net/url" "os" - "slices" "strings" "text/template" "time" @@ -27,6 +26,8 @@ import ( "github.com/alexedwards/scs/postgresstore" "github.com/alexedwards/scs/v2" + "golang.org/x/exp/slices" + work "git.sr.ht/~sircmpwn/dowork" "github.com/labstack/echo/v4" formguard "netlandish.com/x/gobwebs-formguard" -- 2.43.0