aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-08-01 19:48:26 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-08-01 19:48:26 -0300
commitd84651a899a6104fce73d95b9c571627c55e5d16 (patch)
treebbaf7f7646dec22dc9fdb0f136d5ba5534b1fddf /go.mod
downloadweb-d84651a899a6104fce73d95b9c571627c55e5d16.tar.gz
web-d84651a899a6104fce73d95b9c571627c55e5d16.zip
bare bones website
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..93afbe6
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module tibia-web
+
+go 1.24.5