From c4b57d28caa8986d9fbdcbdb4085c8e74974dffc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 29 Jun 2024 18:09:10 +0200 Subject: rename go module --- internal/atom/atom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/atom/atom.go') diff --git a/internal/atom/atom.go b/internal/atom/atom.go index 19ad0d1..601c125 100644 --- a/internal/atom/atom.go +++ b/internal/atom/atom.go @@ -4,7 +4,7 @@ import ( "encoding/xml" "time" - "website/internal/config" + "go.alanpearce.eu/website/internal/config" ) func MakeTagURI(config *config.Config, specific string) string { -- cgit 1.4.1