From 50fb92bf0ce04d482c3baf69e298ab7d44c202ef Mon Sep 17 00:00:00 2001 From: Stephanie Gredell Date: Thu, 12 Jun 2025 10:42:05 -0700 Subject: [PATCH] remove unused import --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index c83d630..1ac4b3e 100644 --- a/main.go +++ b/main.go @@ -2,7 +2,6 @@ package main import ( "context" - "fmt" "html/template" "net/http" "net/url"