修复RedisCommand BUG + 增加单元测试

This commit is contained in:
2025-04-20 13:40:39 +08:00
parent 653843dc02
commit 299edfcc9a
4 changed files with 49 additions and 2 deletions

12
go.mod
View File

@ -1,3 +1,13 @@
module git.zhangdeman.cn/zhangdeman/consts
go 1.19
go 1.23.0
toolchain go1.24.2
require github.com/smartystreets/goconvey v1.8.1
require (
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/smarty/assertions v1.15.0 // indirect
)