增加判断字符串是否包含子串方法

This commit is contained in:
2024-04-19 18:39:25 +08:00
parent e125c7e75d
commit ee726ea6bc
3 changed files with 24 additions and 2 deletions

4
go.mod
View File

@ -6,13 +6,13 @@ toolchain go1.21.4
require (
git.zhangdeman.cn/zhangdeman/easymap v0.0.0-20240311030808-e2a2e6a3c211
git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20240110090803-399e964daa0c
git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20240325080031-1f58204e8687
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/stretchr/testify v1.8.4
)
require (
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20240104123641-b3f23974e5d6 // indirect
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20240419080457-9d9562469008 // indirect
git.zhangdeman.cn/zhangdeman/util v0.0.0-20231227095334-7eb5cdbf9253 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect