summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorGab Virebent <gabriel1@virebent.art>2026-07-07 16:24:28 +0200
committerGab Virebent <gabriel1@virebent.art>2026-07-07 16:24:28 +0200
commit83e1f7a32c71db6c12cdab46d0ed699486107c61 (patch)
tree1b478f38ea3f7de7adbee95014790db4471fea60 /go.mod
downloadgemcms-83e1f7a32c71db6c12cdab46d0ed699486107c61.tar.gz
gemcms-83e1f7a32c71db6c12cdab46d0ed699486107c61.tar.xz
gemcms-83e1f7a32c71db6c12cdab46d0ed699486107c61.zip
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..345bd3a
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module gemcms
+
+go 1.26