aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-23 13:59:42 +0300
committerheqnx <root@heqnx.com>2025-05-23 13:59:42 +0300
commite066414731c04564d7bf1c3bf756e229f6424d55 (patch)
tree2369e3025432f659a20fc7075c5009ee500a6aad /go.mod
parentcf62223b636bdfb1b0c1de5f54cca69b302c0031 (diff)
downloadgo-linkfinder-e066414731c04564d7bf1c3bf756e229f6424d55.tar.gz
go-linkfinder-e066414731c04564d7bf1c3bf756e229f6424d55.zip
added go-linkfinder
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..fce1ef3
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module go-linkfinder
+
+go 1.23.4