about summary refs log tree commit diff
path: root/templates/go/go.mod
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-12-19 08:57:04 -0800
committerFranck Cuny <franck@fcuny.net>2023-12-19 08:58:54 -0800
commitb59565bf7460b1a487e8e4d9b92834e3fdeed418 (patch)
tree4d3c0d3d31f885dd0ab671a4b3029d7ace449065 /templates/go/go.mod
parentchore: update flake (diff)
downloadworld-b59565bf7460b1a487e8e4d9b92834e3fdeed418.tar.gz
add goreleaser to go template
Diffstat (limited to 'templates/go/go.mod')
-rw-r--r--templates/go/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/go/go.mod b/templates/go/go.mod
index aa1e0fb..d85760b 100644
--- a/templates/go/go.mod
+++ b/templates/go/go.mod
@@ -1,3 +1,3 @@
-module github.com/fcuny/changeme
+module github.com/fcuny/fixproject
 
 go 1.21