diff --git a/src/website/requesthandler.go b/src/website/requesthandling.go similarity index 100% rename from src/website/requesthandler.go rename to src/website/requesthandling.go diff --git a/src/website/routes.go b/src/website/routes.go index 9ac37f6..f887624 100644 --- a/src/website/routes.go +++ b/src/website/routes.go @@ -2,13 +2,11 @@ package website import ( "context" - _ "embed" "fmt" "net/http" "git.handmade.network/hmn/hmn/src/logging" "git.handmade.network/hmn/hmn/src/templates" - _ "git.handmade.network/hmn/hmn/src/templates" "github.com/jackc/pgx/v4/pgxpool" "github.com/julienschmidt/httprouter" )