From 015833aa9692f4ca9ae4b491d1d1f2dc3eb03eaa Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Mon, 12 Jan 2026 15:56:10 +1100 Subject: [PATCH] remove import --- cmd/server/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/server/main.go b/cmd/server/main.go index 02e4f22..a36cace 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -1,7 +1,6 @@ package main import ( - "encoding/base64" "encoding/json" "fmt" "html/template"