aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-01 21:56:00 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-01 21:56:00 +0200
commit5834e02b741a4ee4d2b2bd88f0abc9eeed725a5d (patch)
tree93c3756ef24adc5749530fcb4b52c8b4b2d44c95 /go.mod
init
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..16e4d40
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module ws
+
+go 1.23.1