|
|
1793bf0863
|
add golangci feature to guarantee codes quality (#2229)
|
2022-11-01 20:12:21 +08:00 |
|
|
|
141ca62c6d
|
feature/v2.2.0 (#2154)
|
2022-09-26 22:11:13 +08:00 |
|
|
|
f580b7a488
|
improve header printing in json format for package glog; add golang v1.18 support for ci workflow (#2037)
|
2022-07-29 19:06:22 +08:00 |
|
|
|
4c1cf73005
|
Improve the code coverage of the gutil, grand module (#1989)
|
2022-07-11 19:33:59 +08:00 |
|
|
|
1acc1b8230
|
improve DeepCopy feature for bunch of components, especially the container and gtime (#1956)
|
2022-06-29 14:58:27 +08:00 |
|
|
|
52056644d4
|
add context parameter (#1919)
|
2022-06-20 20:34:59 +08:00 |
|
|
|
331a29024e
|
merge master
|
2022-05-23 22:17:06 +08:00 |
|
|
|
6aa5c2b2ef
|
Fix/1748 issues #1748 (#1817)
|
2022-05-23 22:09:11 +08:00 |
|
|
|
0d7e28ee75
|
add deep copy feature
|
2022-05-23 16:51:10 +08:00 |
|
|
|
f9c9750108
|
improve gutil.Dump
|
2022-04-15 18:00:16 +08:00 |
|
|
|
329f6b90f7
|
improve gutil.Dump feature
|
2022-03-11 15:26:01 +08:00 |
|
|
|
d8d9996464
|
fix issue #1662
|
2022-03-11 10:24:42 +08:00 |
|
|
|
acd1989fa1
|
improve Dump feature for package gutil
|
2022-03-10 22:29:47 +08:00 |
|
|
|
afa1f78a02
|
fix issue #1661
|
2022-03-10 21:12:24 +08:00 |
|
|
|
a5cc03ff25
|
fix issue #1563
|
2022-02-16 00:47:23 +08:00 |
|
|
|
48c5c1e5a8
|
change errors wrapped by gerror.Wrap with error stack info for all packages
|
2021-12-23 00:09:00 +08:00 |
|
|
|
ce93b625d4
|
change errors wrapped by gerror.Wrap with error stack info for all packages
|
2021-12-21 22:59:14 +08:00 |
|
|
|
7b22355abb
|
expose package internal/structs as os/gstructs; add package gtag for custom tag storage feature
|
2021-11-24 16:17:50 +08:00 |
|
|
|
0622b517c5
|
command object feature for package gcmd
|
2021-11-23 20:26:55 +08:00 |
|
|
|
a96acf6eed
|
improve dump feature for package gutil
|
2021-11-22 23:05:32 +08:00 |
|
|
|
3be19e58e1
|
recursive validation feature for package gvalid
|
2021-11-22 20:28:47 +08:00 |
|
|
|
07ac8aca41
|
fix unit testing cases for package gres/gview
|
2021-11-18 20:07:24 +08:00 |
|
|
|
de4db409ee
|
improve gutil.Dump
|
2021-11-18 15:25:24 +08:00 |
|
|
|
712416f490
|
improve gutil.Dump
|
2021-11-18 15:20:37 +08:00 |
|
|
|
0b9931a3a4
|
improve Dump feature for package gutil
|
2021-11-16 20:41:31 +08:00 |
|
|
|
d864120353
|
Improved import, by group improt.
|
2021-11-13 23:30:31 +08:00 |
|
|
|
95a4690e69
|
improve error feature for package gvalid
|
2021-11-09 17:50:14 +08:00 |
|
|
|
3ca2cad449
|
improve gutil.Dump
|
2021-11-07 00:32:16 +08:00 |
|
|
|
42c4b32720
|
add gconv.ScanList
|
2021-11-07 00:16:14 +08:00 |
|
|
|
0c43e7986f
|
improve function gutil.Dump/DumpWithType
|
2021-11-03 13:27:37 +08:00 |
|
|
|
ac6968edf1
|
improve Dump feature
|
2021-10-30 20:35:55 +08:00 |
|
|
|
977780736f
|
improve gutil.Dump
|
2021-10-21 22:07:43 +08:00 |
|
|
|
1bc0635f8b
|
version 2
|
2021-10-11 21:41:56 +08:00 |
|
|
|
01a3dd1eb0
|
add function gerror.HasStack; rename all api* interfaces to i*
|
2021-09-17 19:26:56 +08:00 |
|
|
|
64a5cedcdf
|
fix recover logic
|
2021-09-14 20:47:06 +08:00 |
|
|
|
006fb79967
|
improve package gjson; replace fmt.Errorf to gerror; improve examples for package gdb
|
2021-09-13 16:43:09 +08:00 |
|
|
|
f2bc29e5c1
|
add gutil.SliceToMapWithColumnAsKey
|
2021-06-09 18:49:49 +08:00 |
|
|
|
4f82be5bc0
|
Fixed incorrect type conversion
|
2021-06-07 10:17:23 +08:00 |
|
|
|
ee3d375532
|
补充浮点数单元测试
|
2021-06-02 09:18:52 +08:00 |
|
|
|
e3f5c9175c
|
补充浮点数单元测试
|
2021-06-02 09:17:50 +08:00 |
|
|
|
7b32791006
|
修复浮点型排序
原因:
返回值,强制转成 int 类型,会导致浮点型比较不准确,例如:0.33,转成 int 类型时,会变成 0
|
2021-05-25 16:15:02 +08:00 |
|
|
|
aa04948319
|
修复浮点型排序
原因:
返回值,强制转成 int 类型,会导致浮点型比较不准确,例如:0.33,转成 int 类型时,会变成 0
|
2021-05-25 16:10:52 +08:00 |
|
|
|
482e093331
|
add map/[]map converting support for gconv.Scan;improve gconv.MaptoMaps
|
2021-03-23 17:53:20 +08:00 |
|
|
|
093034acd1
|
copyright comment update
|
2021-01-17 21:46:25 +08:00 |
|
|
|
bdf23ef48f
|
fix issue of error code lost in middleware handling for package ghttp
|
2020-12-30 12:56:24 +08:00 |
|
|
|
4e79b90863
|
add gutil.SliceToMap
|
2020-12-25 15:34:54 +08:00 |
|
|
|
7db1cfa898
|
add gutil.MapToSlice/StructToSlice
|
2020-12-16 00:50:42 +08:00 |
|
|
|
5171250a9d
|
improve gutil.Keys,gdb.Model.Fields,internal/structs
|
2020-12-04 14:22:50 +08:00 |
|
|
|
c02bf715c5
|
improve gutil.ListItemValues/ListItemValuesUnique supporting retrieving values from slice attributes
|
2020-11-26 21:13:44 +08:00 |
|
|
|
fadb7a8f8f
|
fix issue 1002
|
2020-11-21 13:20:32 +08:00 |
|