aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-07-04 10:29:59 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-07-04 10:32:54 -0700
commitb0454e1de6ff0cf310b3acb599a7d42d7a079423 (patch)
treebf5be14f666dd51440d48e68c466051d95caa815 /go.mod
downloadhi-b0454e1de6ff0cf310b3acb599a7d42d7a079423.tar.zst
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..3c1ec54
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/rhogenson/hi
+
+go 1.24.3