Commit Graph

50 Commits

Author SHA1 Message Date
1e901000e9 Merge pull request '增加struct的包装类型' (#3) from feature/struct into master
Reviewed-on: #3
2023-08-10 16:58:42 +08:00
824c098481 增加struct的包装类型 2023-08-10 16:58:13 +08:00
5c6053d86c Merge pull request '增加Map的包装类型' (#2) from feature/map into master
Reviewed-on: #2
2023-08-10 15:22:41 +08:00
b92b8dbf25 增加Map的包装类型 2023-08-10 15:19:06 +08:00
803cf00bd1 增加从当前时间获取实例 2023-08-10 12:45:12 +08:00
e9749e4844 time包装类型增加String方法 2023-08-10 12:18:15 +08:00
b333760272 time包装类型增加String方法 2023-08-10 12:17:09 +08:00
94c86f913f update go mod 2023-08-10 11:16:24 +08:00
d8ff56b87d Merge pull request '支持时间的包装类型' (#1) from feture/support_time into master
Reviewed-on: #1
2023-08-10 11:09:20 +08:00
5e4a884374 完成时间的包装类型 2023-08-10 11:08:01 +08:00
d64bcfbfd8 增加各种方式的获取time实例 2023-08-09 19:02:23 +08:00
685dec4f39 rename 2023-08-09 18:43:57 +08:00
9d8c708852 更新部分格式化逻辑 2023-08-09 18:43:03 +08:00
ac0d81e47c 搬一波time的操作, 逻辑待优化 2023-08-09 18:29:41 +08:00
020ba99fe8 转换string slice 2023-08-06 15:13:38 +08:00
eb97a0b352 增加in判断 2023-07-31 17:26:12 +08:00
d925a453be 增加转换成字符串指针 2023-07-03 15:59:37 +08:00
1ca4b993fb 完善convert方法 2023-06-26 18:08:18 +08:00
e11c833562 add test 2023-06-12 19:09:28 +08:00
abced6d49d add test 2023-06-12 19:01:31 +08:00
69f504a13d 增加简单数据类型的去重 2023-06-12 18:47:28 +08:00
4474e9151c clean code 2023-06-12 18:43:14 +08:00
7524ba931f 增加array convert方法 2023-06-12 18:18:16 +08:00
2062e84b99 增加每一项是否为interface类型的判断 2023-06-11 21:22:08 +08:00
bd989696a1 增加是否有效数组判断 2023-06-11 21:17:27 +08:00
9090051eef update go mod 2023-06-11 21:01:32 +08:00
4e24f1a655 to struct 2023-06-02 16:43:18 +08:00
bb18c3cbfc 增加转换为map 2023-06-02 16:40:22 +08:00
a7bceb192c 对象增加是否有效、是否空指针、转字符串操作 2023-06-01 18:52:48 +08:00
eaf5c8f1ef 增加object类型 2023-06-01 18:47:53 +08:00
73bfcb0a5d 规划object类型 2023-06-01 18:35:45 +08:00
94a0680eb9 save code 2023-06-01 18:32:45 +08:00
e48ace48ab 增加任意类型定义以及类型获取 2023-06-01 18:31:21 +08:00
d46ebe684c String增加获取Md5和Value方法 2023-05-16 12:12:18 +08:00
fc547a05b1 优化String类型 2023-05-16 12:08:22 +08:00
5087636791 Float类型优化 2023-05-16 11:56:51 +08:00
1b9800a6ee 优化Uint类型 2023-05-16 11:00:23 +08:00
58073c7f5b update int 2023-05-15 18:08:56 +08:00
88833ed039 获取int类型指针 2023-05-15 17:53:24 +08:00
763009ad36 对string类型的包装 2023-05-08 18:29:48 +08:00
a1748cc324 优化float包装类型的处理 2023-05-08 17:15:32 +08:00
9ca35bf51b 优化uint类型包装 2023-05-08 17:07:33 +08:00
94707fcb3e 优化int包装 2023-05-08 16:59:46 +08:00
fa2f27724d 修复error输出错误问题 2023-05-05 16:07:42 +08:00
b182b21e03 增加str -> []interface 2023-05-05 15:02:45 +08:00
5e785171ed update 2023-05-05 14:46:14 +08:00
082610fcca 包装float 2023-05-05 14:39:06 +08:00
43448d1001 包装uint 2023-05-05 14:32:17 +08:00
dfce652f5c 增加int包装类型 2023-05-05 14:08:34 +08:00
cb65c45739 增加string包装类型 2023-05-05 13:43:33 +08:00