optimized

This commit is contained in:
MaxToby 2021-04-22 11:40:46 +08:00 committed by GitHub
parent 502888a23e
commit 977035a853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,15 @@ var (
"string": reflect.String,
"int": reflect.Int,
"int32": reflect.Int,
"uint32": reflect.Int,
"uint64": reflect.Int64,
"int64": reflect.Int64,
"[]string": reflect.Slice,
"[]int": reflect.Slice,
"[]int64": reflect.Slice,
"[]int32": reflect.Slice,
"[]uint32": reflect.Slice,
"[]uint64": reflect.Slice,
"bool": reflect.Bool,
"struct": reflect.Struct,
"float32": reflect.Float32,