aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authoralex <[email protected]>2026-06-25 17:47:56 +0200
committeralex <[email protected]>2026-06-25 17:47:56 +0200
commite9a9d8694eda14a75a9af3781deded16c6f41cc0 (patch)
tree7fce9c64d4911fdc5a7babfc8cce44c48f30b32f /go.mod
downloadredis-clone-e9a9d8694eda14a75a9af3781deded16c6f41cc0.tar.xz
redis-clone-e9a9d8694eda14a75a9af3781deded16c6f41cc0.zip
init
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..1a44fdd
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module redisClone
+
+go 1.26.4