Commit Graph

98 Commits

Author SHA1 Message Date
John Guo
6abd8bd864
comments update for package gstr (#3233) 2024-01-02 20:16:51 +08:00
guangwu
e816ab05de
refactor: code optimization (#2667) 2023-05-25 21:58:11 +08:00
John Guo
894f202b75
version v2.4.0 (#2595) 2023-04-24 11:44:19 +08:00
wsy998
c1325ef9a3
Add Filter function to garray (#2541) 2023-04-12 10:15:11 +08:00
John Guo
a56524ee05
add RemoveValues for package garray (#2568)
add RemoveValues for package garray
2023-04-12 10:12:28 +08:00
blinkbean
cbbfd85eeb
Protect RemoveValue from race condition (#2472) 2023-02-23 19:47:57 +08:00
John Guo
117fc6eda2
fix issue #2339 (#2433) 2023-02-08 19:08:10 +08:00
John Guo
0876e00eb8
fix issue in NewIntArrayRange function for package garray (#2374) 2022-12-26 19:28:01 +08:00
王哈哈
4f4109cdb6
fix typo for comments (#2268)
* Modify comment syntax error

* Modify comment syntax error
2022-11-07 17:55:49 +08:00
houseme
1793bf0863
add golangci feature to guarantee codes quality (#2229) 2022-11-01 20:12:21 +08:00
John Guo
1acc1b8230
improve DeepCopy feature for bunch of components, especially the container and gtime (#1956) 2022-06-29 14:58:27 +08:00
黄骞
b0650f3402
Improve the code coverage of the garray,glist module (#1908) 2022-06-15 19:35:21 +08:00
John Guo
0d7e28ee75 add deep copy feature 2022-05-23 16:51:10 +08:00
John Guo
21f48d3750 improve Unique function performance for normal arrays 2022-03-30 14:32:16 +08:00
John Guo
6664437b06 add sort feature for path of openapi 2022-03-24 21:56:37 +08:00
John Guo
f2e1f63396 fix issue #1679 2022-03-21 22:04:15 +08:00
John Guo
546b6b1724 t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
John Guo
57ccc13e0c unit testing files renaming 2021-11-17 23:20:58 +08:00
houseme
ff8633231f improve code 'if block ends with a return statement, so drop this else and outdent its block (golint)' 2021-11-16 00:26:10 +08:00
houseme
be03b3cdda Improved import, by group improt. 2021-11-13 23:23:55 +08:00
visualsun
e7b63839c8
Update garray_z_example_sorted_str_test.go 2021-11-05 19:31:11 +08:00
visualsun
2511c378f2
Create garray_z_example_int_test.go 2021-11-05 17:02:28 +08:00
visualsun
12514a0311
Update garray_z_example_sorted_str_test.go 2021-11-05 14:45:04 +08:00
visualsun
5776b2596d
Create garray_z_example_sorted_str_test.go 2021-11-04 22:17:32 +08:00
visualsun
6050b14087
Update garray_z_example_str_test.go 2021-11-04 20:11:54 +08:00
visualsun
b83362cc2e
Update garray_z_example_str_test.go 2021-11-03 22:34:43 +08:00
visualsun
5fa62e02c6
Update garray_z_example_str_test.go 2021-11-03 18:08:44 +08:00
visualsun
bf3c3367a6
Update garray_z_example_str_test.go 2021-11-03 17:14:49 +08:00
John Guo
1bc0635f8b version 2 2021-10-11 21:41:56 +08:00
jianchenma
01a3dd1eb0 add function gerror.HasStack; rename all api* interfaces to i* 2021-09-17 19:26:56 +08:00
John Guo
ac78b2fa50 fix ci issue 2021-09-15 21:46:58 +08:00
John Guo
abc8e62d58 add package gcode and improve error implements for package gerror 2021-08-24 21:18:59 +08:00
John Guo
0e158903c2 improve package gtimer for priority checks 2021-08-06 12:08:49 +08:00
jroam
537cbf983e edit some function annotations 2021-08-04 23:35:29 +08:00
jroam
248e6ff134 bugfix garray Sort 2021-08-01 15:19:48 +08:00
jroam
9be92cc3d4 garray代码规范化 2021-07-28 22:18:06 +08:00
John Guo
0ddacdd7e2 add error code for components 2021-07-20 23:02:02 +08:00
John Guo
d109706ad3 unify error package to gerror 2021-06-26 18:34:26 +08:00
John Guo
c3c5414ce2 add custom handler feature 2021-06-02 09:42:27 +08:00
John Guo
7003c284d0 replace json.Unmarshal with json.UnmarshalUseNumber for packages 2021-05-15 22:38:07 +08:00
John Guo
8b6d00b193 improve package gconv 2021-01-17 22:06:07 +08:00
John Guo
093034acd1 copyright comment update 2021-01-17 21:46:25 +08:00
John
80b629916a fix issue in function Clone for package gmap/garray/gtree 2020-12-02 21:38:29 +08:00
John Guo
97bcf2a438
Merge pull request #980 from lutherlau/patch-4
Update garray_sorted_str.go
2020-11-12 20:44:48 +08:00
John Guo
23d62da87f
Merge pull request #981 from lutherlau/patch-3
Update garray_sorted_int.go
2020-11-12 20:39:44 +08:00
None
ea9e8055a4
Update garray_sorted_str.go
bugfix: avoid overflow
2020-11-05 22:42:15 +08:00
None
784abf2a30
Update garray_sorted_int.go
bugfix: avoid overflow
2020-11-05 22:41:43 +08:00
None
ed4a70deff
Update garray_sorted_any.go
bugfix: avoid overflow
2020-11-05 22:37:36 +08:00
john
6712a33164 fix issue 785 in function Unique for packge garray 2020-07-10 22:26:02 +08:00
John
b2aa59d893 import third-party library json-iterator to improve the performance for json operations 2020-06-17 21:16:25 +08:00