aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-31 02:35:58 +0000
committerFuwn <[email protected]>2026-01-31 02:35:58 +0000
commit3b4177fde5d0884e10c920de7f061474f6b69378 (patch)
treee36b4977a1179859d82503b06b93dd6e63df9ebf /go.mod
downloadiku-3b4177fde5d0884e10c920de7f061474f6b69378.tar.xz
iku-3b4177fde5d0884e10c920de7f061474f6b69378.zip
feat: 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..24a6519
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/Fuwn/iku
+
+go 1.25.6