From 9f4c30b1fcd23d2284c0971973225d7fc2ffd541 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 7 Oct 2025 09:15:13 -0700 Subject: Initial commit --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 -- cgit v1.3.1