v1.0.3
This commit is contained in:
兔子
2023-04-06 20:52:20 +08:00
parent a67122f9e0
commit 184bb01d22

View File

@@ -41,7 +41,7 @@ func init() {
Is.Map = IsMap Is.Map = IsMap
Is.SliceSlice = IsSliceSlice Is.SliceSlice = IsSliceSlice
Is.MapAny = IsMapAny Is.MapAny = IsMapAny
// Env.Toml = EnvToml // Env.Toml = En vToml
Get.Type = GetType Get.Type = GetType
Get.Ip = GetIp Get.Ip = GetIp
In.Array = InArray In.Array = InArray
@@ -62,6 +62,7 @@ func init() {
Struct.Slice = StructSlice Struct.Slice = StructSlice
Json.Encode = JsonEncode Json.Encode = JsonEncode
Json.Decode = JsonDecode Json.Decode = JsonDecode
Json.Get = JsonGet
Format.Query = FormatQuery Format.Query = FormatQuery
Parse.ParamsBefore = ParseParamsBefore Parse.ParamsBefore = ParseParamsBefore
Parse.Params = ParseParams Parse.Params = ParseParams