diff options
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 |
commit | a075c84a40d56ba3e830a48574ace24e6d9d06e5 (patch) | |
tree | 233a9c7a17c92590e4478ab8df41189818c450d1 | |
parent | ff11c335dc6261e782b5b525b2a98dbd940f3d33 (diff) |
go.mod added
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module tlsserver + +go 1.21.6 |