summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-04-02 10:59:18 -0400
committerSam Anthony <sam@samanthony.xyz>2026-04-02 10:59:18 -0400
commit8bd3d98cb03e0be26084ca94224b8ef4e1e15a71 (patch)
tree9ff7b5ab23901f4a9934ee4e32c5a0c253632c5c /go.mod
parent1343ef5b4c922ed512ae64a86d22970ebff7155d (diff)
downloadmarkov-master.zip
create module, remove fmtHEADmaster
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..42f9a01
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.samanthony.xyz/markov
+
+go 1.25.8