aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-12 13:30:08 +0300
committerheqnx <root@heqnx.com>2025-05-12 13:30:08 +0300
commit19e6b451f0221384bcb4c62ddbff1aa9293d3595 (patch)
treeb8c9f211c71c28bc12cbca98c97e6ba5d58857b2 /go.mod
parent96dae669b105310198c26c8b300bf69b7a779826 (diff)
downloadgo-fakessl-19e6b451f0221384bcb4c62ddbff1aa9293d3595.tar.gz
go-fakessl-19e6b451f0221384bcb4c62ddbff1aa9293d3595.zip
initial commit on go-fakessl
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..5eeed3c
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module go-fakessl
+
+go 1.23.4