~netlandish/links

1e906b90ae1157b28551ac9e10224a0b2a658bd2 — Peter Sanchez a month ago 59358ca
Removing slices reference for exp package
1 files changed, 2 insertions(+), 1 deletions(-)

M cmd/links/main.go
M cmd/links/main.go => cmd/links/main.go +2 -1
@@ 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"