summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-07 09:15:13 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-07 09:15:13 -0700
commit9f4c30b1fcd23d2284c0971973225d7fc2ffd541 (patch)
tree736cc171eb5092dba6d5b030e173a01a88766348 /go.mod
downloadwordlist-go-9f4c30b1fcd23d2284c0971973225d7fc2ffd541.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..083fe05
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module roseh.moe/pkg/wordlist
+
+go 1.25.0