summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2025-09-29 18:50:00 +0200
committerJulian Hurst <ark@mansus.space>2025-09-29 18:50:00 +0200
commite3552f592ba5bce3fa3243166679fed986b6b949 (patch)
treea0eca31771a17dc955d769862d7bdd12d8100f0c /go.mod
downloadssg-e3552f592ba5bce3fa3243166679fed986b6b949.tar.gz
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..f4bd324
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module ssg
+
+go 1.25.1