diff options
author | Alan Pearce | 2024-04-17 15:08:54 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-17 20:53:30 +0200 |
commit | 9769d979701c039cce997d8b9c13a6f5f0f764e4 (patch) | |
tree | 114c12254ed3da3257da80d6f4aac8bcc6a357e9 /cmd/build/atom.go | |
parent | f628605bcd0c3f7fbd45a09bfebe4c7b44bc743a (diff) | |
download | website-9769d979701c039cce997d8b9c13a6f5f0f764e4.tar.lz website-9769d979701c039cce997d8b9c13a6f5f0f764e4.tar.zst website-9769d979701c039cce997d8b9c13a6f5f0f764e4.zip |
Shorten internal module names
Diffstat (limited to 'cmd/build/atom.go')
-rw-r--r-- | cmd/build/atom.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/build/atom.go b/cmd/build/atom.go index e071af9..bf8d318 100644 --- a/cmd/build/atom.go +++ b/cmd/build/atom.go @@ -4,7 +4,7 @@ import ( "encoding/xml" "time" - . "alanpearce.eu/website/internal/config" + . "website/internal/config" ) func MakeTagURI(config Config, specific string) string { |