summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-21 18:10:21 -0400
committerdemo <demo@antix1>2026-05-21 18:10:21 -0400
commita17c88f1268495e688081172b5f3da79563adb7e (patch)
tree07fa3534edbe71c711a103b71b888a4cd700d587
chore: initialize project
-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..bd0c8b7
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.brandonirizarry.xyz/urls
+
+go 1.26.2