in_array优化类型检测

This commit is contained in:
2023-03-30 16:22:56 +08:00
parent faba0a5a9e
commit 8aee2fb907
4 changed files with 34 additions and 17 deletions

4
go.mod
View File

@@ -9,12 +9,14 @@ require (
github.com/go-ini/ini v1.67.0
github.com/pkg/errors v0.9.1
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.8.0
github.com/tidwall/gjson v1.14.4
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/stretchr/testify v1.8.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
)