This website requires JavaScript.
Explore
Help
Sign In
zhangdeman
/
wrapper
Watch
1
Star
0
Fork
0
You've already forked wrapper
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
132
Commits
3
Branches
0
Tags
d5622fe0ca55f3ddea0f05c26b32aa9b518df76a
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
白茶清欢
d5622fe0ca
优化数组字符串处理
2025-03-02 21:33:16 +08:00
tool
fix
2024-11-21 15:11:50 +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
fix data type
2024-11-25 14:59:49 +08:00
array_test.go
优化uniqueue返回值
2024-05-06 15:00:32 +08:00
array.go
优化数组字符串处理
2025-03-02 21:33:16 +08:00
bigint.go
增加自定义BigInt类型
2024-11-19 16:41:35 +08:00
convert.go
变更 interface{} => any
2024-06-08 20:06:35 +08:00
define.go
fix
2024-11-21 15:07:08 +08:00
dynamic_struct_test.go
完成v1版本动态结构体创建
2024-08-21 18:16:21 +08:00
dynamic_struct.go
动态结构体,字段可导出
2024-08-23 18:30:24 +08:00
easymap.go
change easymap -> map
2024-11-21 14:22:09 +08:00
float.go
修复flot.ToString的BUg
2024-12-23 12:08:03 +08:00
go.mod
update go mod
2025-01-24 17:16:20 +08:00
go.sum
update go mod
2025-01-24 17:16:20 +08:00
int.go
包装类型支持转为时间类型
2023-09-04 20:35:42 +08:00
map_test.go
增加Map MarshalJSON 方法
2024-11-19 15:39:37 +08:00
map.go
map增加GetFloat64方法
2024-11-21 15:25:08 +08:00
object.go
优化IsNil判断
2024-08-13 16:30:16 +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
Description
基础数据类型的包装器
172
KiB
Languages
Go
100%