基础数据类型的包装器
Go to file
2024-08-06 16:03:12 +08:00
tool 变更 interface{} => any 2024-06-08 20:06:35 +08:00
try 变更 interface{} => any 2024-06-08 20:06:35 +08:00
.gitignore 增加string包装类型 2023-05-05 13:43:33 +08:00
any.go 数组支持提取指定路径字段, 转换成list 2024-08-06 16:03:12 +08:00
array_test.go 数组支持提取指定路径字段, 转换成list 2024-08-06 16:03:12 +08:00
array.go 数组支持提取指定路径字段, 转换成list 2024-08-06 16:03:12 +08:00
convert.go 变更 interface{} => any 2024-06-08 20:06:35 +08:00
define.go Merge branch 'master' of git.zhangdeman.cn:zhangdeman/wrapper 2024-06-12 16:38:58 +08:00
float.go Float类型优化 2023-05-16 11:56:51 +08:00
go.mod update go mod 2024-08-06 15:23:20 +08:00
go.sum update go mod 2024-08-06 15:23:20 +08:00
int.go 包装类型支持转为时间类型 2023-09-04 20:35:42 +08:00
map.go 变更 interface{} => any 2024-06-08 20:06:35 +08:00
object.go 变更 interface{} => any 2024-06-08 20:06:35 +08:00
string_test.go 优化toAnySlice 2024-01-23 10:42:03 +08:00
string.go 计算字符串hash nimber 2024-06-27 11:17:06 +08:00
struct.go 变更 interface{} => any 2024-06-08 20:06:35 +08:00
ternary_operator.go 升级数组操作 2024-05-06 14:56:35 +08:00
time.go 增加从当前时间获取实例 2023-08-10 12:45:12 +08:00
uint.go 优化Uint类型 2023-05-16 11:00:23 +08:00