rename go module
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M templates/error.templ → templates/error.templ
@@ -1,8 +1,8 @@ package templates import ( - "website/internal/config" - "website/internal/http" + "go.alanpearce.eu/website/internal/config" + "go.alanpearce.eu/website/internal/http" "strconv" )