diff options
author | Alan Pearce | 2024-06-29 18:09:10 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-29 18:09:10 +0200 |
commit | c4b57d28caa8986d9fbdcbdb4085c8e74974dffc (patch) | |
tree | 2d7c64f5e282877add31b83b3c9ff065f73bd52e /internal/atom | |
parent | b4095d108a2646bcf9e7fff64788b10d9bce8da3 (diff) | |
download | website-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.tar.lz website-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.tar.zst website-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.zip |
rename go module
Diffstat (limited to 'internal/atom')
-rw-r--r-- | internal/atom/atom.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |