Commit Graph

112 Commits

Author SHA1 Message Date
3432f85c3d 增加转为对象的能力 2023-10-11 17:20:03 +08:00
160f464d15 优化数据类型获取 2023-10-11 15:16:00 +08:00
8b1a515cb9 数据类型获取的存储 2023-10-11 15:05:01 +08:00
c641e6003b update go mod 2023-10-11 14:34:49 +08:00
9f0b7008a4 增加转为字符串 2023-09-28 17:01:42 +08:00
faafa8ee2a 包装类型支持转为时间类型 2023-09-04 20:35:42 +08:00
2886126ae7 修复map类型可能panic问题 2023-08-27 14:40:13 +08:00
8308761f72 array in -> has 2023-08-26 14:02:51 +08:00
14bc4c2c9d 修复Md5的bug 2023-08-11 22:23:16 +08:00
cfc46e8d82 update func 2023-08-11 15:15:13 +08:00
bff3fa8566 切换序列化库 2023-08-11 13:56:40 +08:00
65186fe23b 优化代码 2023-08-11 13:49:14 +08:00
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