From 3f419cddfb4f38afb5aeeb3665725f4d5896d3cd Mon Sep 17 00:00:00 2001 From: aoright <102943475+aoright@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:16:42 +0800 Subject: [PATCH] feat: add go.mod module definition Signed-off-by: aoright <102943475+aoright@users.noreply.github.com> --- go.mod | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..e0e7f9c --- /dev/null +++ b/go.mod @@ -0,0 +1,4 @@ +module github.com/patrickmn/go-cache + +go 1.18 +