about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAlan Pearce2024-04-17 15:08:54 +0200
committerAlan Pearce2024-04-17 20:53:30 +0200
commit9769d979701c039cce997d8b9c13a6f5f0f764e4 (patch)
tree114c12254ed3da3257da80d6f4aac8bcc6a357e9 /go.mod
parentf628605bcd0c3f7fbd45a09bfebe4c7b44bc743a (diff)
downloadwebsite-9769d979701c039cce997d8b9c13a6f5f0f764e4.tar.lz
website-9769d979701c039cce997d8b9c13a6f5f0f764e4.tar.zst
website-9769d979701c039cce997d8b9c13a6f5f0f764e4.zip
Shorten internal module names
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 50fd8b8..c65f7d6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module alanpearce.eu/website
+module website
 
 go 1.22.1