aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-22 23:51:14 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-22 23:51:14 +0800
commitd679e7fff87da155f48cf2ec58de0798d2f4d6c3 (patch)
tree58fdda4f0350f7b7c28a4d204850734bf77b6e82 /go.mod
downloadpowxy-d679e7fff87da155f48cf2ec58de0798d2f4d6c3.tar.gz
powxy-d679e7fff87da155f48cf2ec58de0798d2f4d6c3.tar.zst
powxy-d679e7fff87da155f48cf2ec58de0798d2f4d6c3.zip
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..62c2e32
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module go.lindenii.runxiyu.org/powxy
+
+go 1.24.1