summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@kesim.org>2024-01-15 19:13:59 +0100
committerÖzgür Kesim <oec@kesim.org>2024-01-15 19:13:59 +0100
commita075c84a40d56ba3e830a48574ace24e6d9d06e5 (patch)
tree233a9c7a17c92590e4478ab8df41189818c450d1
parentff11c335dc6261e782b5b525b2a98dbd940f3d33 (diff)
go.mod added
-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..a944236
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module tlsserver
+
+go 1.21.6