diff options
Diffstat (limited to 'cmd/within.website')
| -rw-r--r-- | cmd/within.website/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/within.website/main.go b/cmd/within.website/main.go index 85029f5..57aa40f 100644 --- a/cmd/within.website/main.go +++ b/cmd/within.website/main.go @@ -5,11 +5,11 @@ import ( "embed" "flag" "html/template" + "log/slog" "net/http" "os" "go.jetpack.io/tyson" - "golang.org/x/exp/slog" "tailscale.com/tsweb" "within.website/x/internal" "within.website/x/web/vanity" |
