修复 in 判断的BUG

This commit is contained in:
2023-03-30 16:28:10 +08:00
parent 4629e31171
commit a1a1b1d2e0
3 changed files with 20 additions and 8 deletions

2
go.mod
View File

@ -4,7 +4,7 @@ go 1.18
require (
git.zhangdeman.cn/zhangdeman/easylock v0.0.0-20220627070212-c590a0a1c216
git.zhangdeman.cn/zhangdeman/util v0.0.0-20230211164227-256094968151
git.zhangdeman.cn/zhangdeman/util v0.0.0-20230330082619-662152cb682d
github.com/Jeffail/gabs v1.4.0
github.com/pkg/errors v0.9.1
github.com/smartystreets/goconvey v1.7.2