init go mod

This commit is contained in:
2024-06-21 10:19:09 +08:00
parent 49b883e834
commit 89b9572aaf
2 changed files with 27 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.zhangdeman.cn/zhangdeman/cache
go 1.22.4