summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-30 10:35:19 -0400
committerdemo <demo@antix1>2026-05-30 10:35:19 -0400
commita540f0b81ed43a4151d09061eb8dca4224fe3b98 (patch)
treecc0fc54dfab607fbc7561fe87effe4fbbdeb8495
parentb4694e884ea1a9a645802fc34fd16043ec149fba (diff)
chore: initialize Go module
-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..2eb6e92
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.brandonirizarry.xyz/hamlet
+
+go 1.26.2