summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-08-06 12:22:31 +0300
committerheqnx <root@heqnx.com>2025-08-06 12:22:31 +0300
commit2fc27e5b3b802dcc77a0299f99b97056712c92e3 (patch)
tree4c0d6f6ca74ab9f7eb9b2600ed1696dfd88e47d8 /go.mod
parent910fb7f2078e5e0a576dbb465bc7b3eb61bd474c (diff)
downloadgo-http-logger-2fc27e5b3b802dcc77a0299f99b97056712c92e3.tar.gz
go-http-logger-2fc27e5b3b802dcc77a0299f99b97056712c92e3.zip
initial commit
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..3f940c7
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module go-http-logger
+
+go 1.24.5