dudaodong
|
ca2a51b37e
|
test&doc: add example and update doc for function package
|
2023-01-06 17:12:32 +08:00 |
|
dudaodong
|
be444f521d
|
test: add examples for function package
|
2023-01-06 16:12:44 +08:00 |
|
dudaodong
|
e21dd07d46
|
doc: update doc for validator package
|
2023-01-06 14:14:00 +08:00 |
|
dudaodong
|
4044deac70
|
test: add examples for validator package
|
2023-01-06 11:31:51 +08:00 |
|
dudaodong
|
d9c6294775
|
fix: fix goline error
|
2023-01-05 14:55:47 +08:00 |
|
dudaodong
|
d8505d1a5f
|
doc: update doc for slice package
|
2023-01-05 14:49:30 +08:00 |
|
dudaodong
|
6498c7d68a
|
test: add examples for slice package
|
2023-01-05 11:26:56 +08:00 |
|
dudaodong
|
5f0211f0c4
|
test: add examples for slice package
|
2023-01-04 14:44:10 +08:00 |
|
dudaodong
|
1de2e2cedd
|
test: add examples for random package
|
2023-01-03 15:10:42 +08:00 |
|
dudaodong
|
c8f8b1b7d9
|
doc: update doc for fileutil package
|
2023-01-03 14:33:29 +08:00 |
|
dudaodong
|
3062eb7789
|
test: add examples for fileutil package
|
2023-01-03 11:55:23 +08:00 |
|
dudaodong
|
54834dba4c
|
doc: update doc for system package
|
2022-12-30 14:28:49 +08:00 |
|
dudaodong
|
e996d4c945
|
test: add examples for system package
|
2022-12-30 14:14:37 +08:00 |
|
dudaodong
|
ae92ae7666
|
test: add examples for system package
|
2022-12-30 14:14:22 +08:00 |
|
dudaodong
|
526e568d0e
|
doc: add doc for Substring
|
2022-12-29 20:03:59 +08:00 |
|
dudaodong
|
1dc5e8ac23
|
feat: add Substring function
|
2022-12-29 19:55:40 +08:00 |
|
dudaodong
|
b5f7b0e670
|
doc: update document for algorithm package
|
2022-12-29 15:32:47 +08:00 |
|
dudaodong
|
39c576248c
|
test: add examples for lrucache
|
2022-12-29 11:43:14 +08:00 |
|
dudaodong
|
eb164d1536
|
test: add examples for lrucache function
|
2022-12-29 11:43:04 +08:00 |
|
dudaodong
|
68e170080c
|
test: add examples for sort function
|
2022-12-28 20:18:05 +08:00 |
|
dudaodong
|
652b09135c
|
test: add examples for search function
|
2022-12-28 17:58:56 +08:00 |
|
dudaodong
|
bff24c89bc
|
doc: update strutil document
|
2022-12-27 17:26:34 +08:00 |
|
dudaodong
|
49a460eef8
|
doc: update document and add playgound example for strutil package
|
2022-12-27 16:57:32 +08:00 |
|
dudaodong
|
a58e52e53c
|
test: add example function for strutil package
|
2022-12-27 15:40:51 +08:00 |
|
dudaodong
|
b07356423f
|
fix: update format
|
2022-12-26 17:57:06 +08:00 |
|
dudaodong
|
005dd9d2ab
|
fix: fix word misspelling
|
2022-12-26 17:51:30 +08:00 |
|
dudaodong
|
65315dafb1
|
feat: add take iterator
|
2022-12-26 17:20:14 +08:00 |
|
dudaodong
|
b06fb6736d
|
feat: add reduce for iterator
|
2022-12-26 16:55:24 +08:00 |
|
dudaodong
|
b9f0854950
|
feat: add join iterator
|
2022-12-26 15:58:44 +08:00 |
|
dudaodong
|
6a2dd328ad
|
feat: add test for map iterator and filter iterator
|
2022-12-26 15:13:35 +08:00 |
|
dudaodong
|
dd1147f6d0
|
feat: add Channel iterator
|
2022-12-26 15:02:28 +08:00 |
|
dudaodong
|
6da7ce64af
|
test: add unit test for RangeIterator
|
2022-12-26 14:24:23 +08:00 |
|
dudaodong
|
b7e5d946f1
|
release v2.1.12
|
2022-12-15 16:55:20 +08:00 |
|
dudaodong
|
76bdec2b54
|
test: add cases for Capitalize
|
2022-12-13 16:16:16 +08:00 |
|
dudaodong
|
fa20aba3a7
|
fix: fix CamelCase function bug
|
2022-12-13 14:23:32 +08:00 |
|
dudaodong
|
7a4a429e23
|
test: add cases for Capitalize
|
2022-12-12 21:11:19 +08:00 |
|
dudaodong
|
a70ec6ad1e
|
refactor: use constraints from golang.org/x/exp/constraints
|
2022-12-11 11:25:34 +08:00 |
|
dudaodong
|
8b99641de0
|
test: remove print info in test function
|
2022-12-10 19:19:49 +08:00 |
|
dudaodong
|
251f899f18
|
fix: TestExecCommand failed in linux/macos
|
2022-12-10 19:12:19 +08:00 |
|
dudaodong
|
00407e5182
|
fix: fix lint issue
|
2022-12-10 19:09:18 +08:00 |
|
dudaodong
|
4e457ad672
|
change: change update and insert function in link datastruture
|
2022-12-10 17:45:29 +08:00 |
|
dudaodong
|
7d8d9c3543
|
fix: fix lint issue
|
2022-12-10 16:55:06 +08:00 |
|
dudaodong
|
1197e8d1b6
|
fix: fix lint issue
|
2022-12-10 16:53:41 +08:00 |
|
dudaodong
|
13bbe19ab2
|
fix: fix lint issue
|
2022-12-10 16:41:40 +08:00 |
|
dudaodong
|
3189628d54
|
fix: fix AesCfbDecrypt
|
2022-12-08 15:07:40 +08:00 |
|
dudaodong
|
62c5e251a5
|
remove website
|
2022-12-08 14:55:21 +08:00 |
|
dudaodong
|
2d905ab03e
|
fix: fix word misspelling
|
2022-12-04 11:25:02 +08:00 |
|
dudaodong
|
205fedb197
|
release v2.1.11
|
2022-12-04 11:11:05 +08:00 |
|
dudaodong
|
4c864da62d
|
doc: update readme file
|
2022-12-04 11:10:19 +08:00 |
|
dudaodong
|
18914ee2cd
|
feat: add deprecat IntSlice, InterfaceSlice and StringSlice
|
2022-12-03 14:00:44 +08:00 |
|
dudaodong
|
0a8058956f
|
feat: add Count and CountBy function
|
2022-12-03 13:04:12 +08:00 |
|
dudaodong
|
a044da7d2f
|
refactor: clean code
|
2022-12-03 12:58:25 +08:00 |
|
dudaodong
|
f8b785c4cb
|
doc: add doc for Sort and SortBy
|
2022-12-02 15:47:16 +08:00 |
|
dudaodong
|
82c8a04c35
|
make SortByField function deprecate
|
2022-12-02 15:17:08 +08:00 |
|
dudaodong
|
280ecb5cef
|
feat: add SortBy function for slice
|
2022-12-02 14:53:57 +08:00 |
|
dudaodong
|
ec27ad4c40
|
feat: add Sort function for slice
|
2022-12-01 22:46:56 +08:00 |
|
dudaodong
|
d66f92cd68
|
doc: update slice and convertor document
|
2022-12-01 11:43:10 +08:00 |
|
dudaodong
|
d8ed692651
|
refactor: code improvement, ToString, Contain, Compact
|
2022-12-01 11:38:25 +08:00 |
|
dudaodong
|
a16de97d1d
|
refactor: code improvement, ToString, Contain, Compact
|
2022-12-01 11:38:14 +08:00 |
|
dudaodong
|
37c7508ad0
|
feat: add NewSetFromSlice function for set
|
2022-11-30 12:00:55 +08:00 |
|
dudaodong
|
acb5844b15
|
docs: add doc for AddIfNotExist and AddIfNotExistBy
|
2022-11-30 11:54:04 +08:00 |
|
dudaodong
|
76f4eeea16
|
docs: add doc for Merge and Repeat
|
2022-11-30 11:35:32 +08:00 |
|
dudaodong
|
5466a23019
|
refactor: fix bad code smell
|
2022-11-30 11:20:13 +08:00 |
|
dudaodong
|
5692982dd1
|
feat: add AddIfNotExistBy function for set
|
2022-11-29 23:59:22 +08:00 |
|
dudaodong
|
c39c8914fb
|
refactor: fix bad code smell
|
2022-11-29 23:50:17 +08:00 |
|
dudaodong
|
29bdca1bd2
|
feat: add AddIfNotExist function for set
|
2022-11-29 23:39:29 +08:00 |
|
dudaodong
|
eb66d038ac
|
feat: update iterator package
|
2022-11-29 13:58:48 +08:00 |
|
dudaodong
|
a99ada5ee1
|
feat: add iterator package
|
2022-11-28 19:24:25 +08:00 |
|
dudaodong
|
a87faf5453
|
feat: add Repeate function for slice
|
2022-11-27 21:43:38 +08:00 |
|
dudaodong
|
ab6fec2f69
|
refactor: fix bad code smell
|
2022-11-27 21:36:30 +08:00 |
|
dudaodong
|
7b290989f5
|
feat: add Merge function
|
2022-11-27 20:20:00 +08:00 |
|
dudaodong
|
5722c724e6
|
Merge branch 'main' into v2
|
2022-11-27 19:29:33 +08:00 |
|
dudaodong
|
80cbbdc787
|
docs: format index content
|
2022-11-26 17:37:09 +08:00 |
|
dudaodong
|
be148e07ba
|
fix: fix chunk slice bug
|
2022-11-26 16:21:57 +08:00 |
|
dudaodong
|
d36ab5cc3a
|
fix: go report issue ineffassign
|
2022-11-18 17:05:54 +08:00 |
|
dudaodong
|
2b17329094
|
release v2.1.10
|
2022-11-17 16:11:48 +08:00 |
|
dudaodong
|
f869a0a670
|
fix: issue#62: fix ZipSlip bug
|
2022-11-16 16:04:38 +08:00 |
|
dudaodong
|
be000a4bd6
|
fix: issue#62: fix ZipSlip bug
|
2022-11-16 15:08:42 +08:00 |
|
dudaodong
|
a783de57a8
|
release v2.1.9
|
2022-11-08 15:22:37 +08:00 |
|
dudaodong
|
a622959a78
|
docs: add new functions readme
|
2022-11-08 15:21:31 +08:00 |
|
dudaodong
|
f709dd53ce
|
docs: update doc for random package
|
2022-11-08 14:48:02 +08:00 |
|
dudaodong
|
ee9e9625e2
|
docs: add doc for UnionBy and KeyBy
|
2022-11-08 14:21:17 +08:00 |
|
dudaodong
|
bf332b9f1c
|
release v2.1.8
|
2022-10-21 16:22:52 +08:00 |
|
dudaodong
|
6b6cd66f9f
|
Merge branch 'main' into v2
|
2022-10-19 17:31:51 +08:00 |
|
dudaodong
|
6248293c49
|
doc: add docment for Replace and ReplaceAll
|
2022-10-17 10:40:35 +08:00 |
|
dudaodong
|
eced25b76d
|
test: add unit test for Replace and ReplaceAll
|
2022-10-17 10:26:54 +08:00 |
|
dudaodong
|
1ccf0af2b3
|
doc: update document for datetime package
|
2022-10-14 10:20:38 +08:00 |
|
dudaodong
|
6314889c6a
|
release v2.1.7
|
2022-10-14 10:08:43 +08:00 |
|
dudaodong
|
294bd5a5ed
|
doc: update document for hashmap
|
2022-10-11 15:41:09 +08:00 |
|
dudaodong
|
ca44815fd5
|
Merge branch 'main' into v2
|
2022-10-11 15:02:28 +08:00 |
|
dudaodong
|
bcd1cabf80
|
feat: add Keys and Values function for hashmap
|
2022-10-10 16:34:05 +08:00 |
|
dudaodong
|
fab24c8d12
|
feat: add Iterate for hashmap datastructure
|
2022-10-10 15:25:30 +08:00 |
|
dudaodong
|
531cb19fd1
|
release v2.1.6
|
2022-08-31 17:07:32 +08:00 |
|
dudaodong
|
4f0161ca53
|
doc: add source code link for http_client
|
2022-08-31 15:56:41 +08:00 |
|
dudaodong
|
73362b7f69
|
doc: update readme file
|
2022-08-31 11:40:24 +08:00 |
|
dudaodong
|
b289f2975b
|
doc: add document for functions in netutil/http_client.go
|
2022-08-31 11:20:22 +08:00 |
|
dudaodong
|
90ce2705ca
|
test: add unit test for http client
|
2022-08-30 17:33:58 +08:00 |
|
dudaodong
|
35e1d09ce3
|
feat: add http client for sending http request
|
2022-08-30 17:22:17 +08:00 |
|
dudaodong
|
d67d8fad3a
|
doc: fix missing word in file condition.md
|
2022-08-29 14:02:30 +08:00 |
|
dudaodong
|
c5e6d01a31
|
update readme file: add new package and function
|
2022-08-29 11:50:37 +08:00 |
|