aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorfrosty <passedgoandgot200@disroot.org>2025-02-20 23:34:39 -0500
committerfrosty <passedgoandgot200@disroot.org>2025-02-20 23:34:39 -0500
commite90f24e024b4b3a3f278896d3750c3ff5e0fe8dc (patch)
treedbf5fa0b6e894bccb9ab7a2474a49f42d69e86aa /go.mod
downloadwiiload-lite-e90f24e024b4b3a3f278896d3750c3ff5e0fe8dc.tar.gz
wiiload-lite-e90f24e024b4b3a3f278896d3750c3ff5e0fe8dc.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..2ae0a5f
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/frostyfalls/wiiload
+
+go 1.23.6