summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-24 09:40:23 -0400
committerdemo <demo@antix1>2026-05-24 09:40:23 -0400
commitcc6069567082a464a82e6e7a95fe906268c33a3e (patch)
treec6b83112f1eea837be5279f8215bcc6c70445e33 /go.mod
parent088b1346686b801b1e65e816ec850bbd70a974fe (diff)
chore: initialize project
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..047660c
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.brandonirizarry.xyz/pingpong
+
+go 1.26.2