Commit Graph
100 Commits
Author SHA1 Message Date
dudaodong ab81d9c283 fix: fix StructToUrlValues failed when tag contain omitempty 2023-03-06 17:23:54 +08:00
dudaodong a74038466f release v1.3.7 2023-03-01 10:04:15 +08:00
dudaodong 02daa7f6cb doc: add new function docs 2023-02-28 15:09:05 +08:00
dudaodong fef6fd7b9d fix: fix issue #75 2023-02-23 11:51:26 +08:00
dudaodong f6cd98086f doc: add doc for Pipeline function 2023-02-23 10:52:07 +08:00
dudaodong 24eb2bbacd doc: format all markdown doc 2023-02-23 10:36:54 +08:00
dudaodong 15c1537bf0 doc: add doc for SplitWords and WordCount 2023-02-23 10:23:38 +08:00
dudaodong c02654559a doc: add pad function 2023-02-23 10:19:05 +08:00
dudaodong 634ca09e8c feat: add CopyProperties for merge properties between structs 2023-02-20 14:03:02 +08:00
dudaodong f2e743dcf4 release v1.3.6 2023-02-16 11:56:11 +08:00
dudaodong f8f58cae10 doc: add doc for DeepClone function 2023-02-16 11:53:28 +08:00
dudaodong 215b79140d feat: add DeepClone 2023-02-16 11:50:11 +08:00
dudaodong 0bd675340f fix: fix AesEcbEncrypt failed with key lenght is 24 or 32 2023-02-16 11:45:08 +08:00
dudaodong 279d0754ba release v1.3.4 2022-11-17 16:14:42 +08:00
dudaodong f133b32faa fix: issue#62: fix ZipSlip bug 2022-11-17 16:14:03 +08:00
dudaodong b98d5edbb5 release v1.3.3 2022-11-08 15:14:34 +08:00
dudaodong 9e39c31087 docs: update doc for random package 2022-11-08 15:03:42 +08:00
dudaodong 26bc40c614 feat: add new random function 2022-11-08 14:54:17 +08:00
dudaodong 76d68e326b release v1.3.2 2022-08-31 17:05:38 +08:00
dudaodong 67b4782ac2 doc: add document for functions in netutil/http_client.go 2022-08-31 15:53:18 +08:00
dudaodong 1d8b9a2625 feat: add http client for sending http request 2022-08-31 11:49:27 +08:00
dudaodong 94ae1acc78 doc: update readme file 2022-08-29 15:31:19 +08:00
dudaodong aece2995d6 refactor: change ReverseStr to Reverse in strutil package 2022-08-29 15:11:15 +08:00
dudaodong f5ec5eb58d feat: add EncodeByte and DecodeByte 2022-08-29 15:08:50 +08:00
dudaodong d62284e9a6 feat: add IsZeroValue function 2022-08-29 14:59:36 +08:00
dudaodong b6815224fd release v1.3.1 2022-08-02 17:52:18 +08:00
dudaodong 5931b882ee doc: update document for system package 2022-07-29 13:33:23 +08:00
dudaodong f8096e3585 doc: update slice document 2022-07-29 13:31:04 +08:00
dudaodong 979381bfb7 doc: update convertor document 2022-07-29 13:28:25 +08:00
dudaodong 3e2c25f827 doc: update netutil document 2022-07-29 13:23:30 +08:00
dudaodong 2c7bcc9fbb doc: update slice document 2022-07-29 13:17:05 +08:00
dudaodong 3a944ab12f test: update slice unit test 2022-07-27 15:31:12 +08:00
dudaodong 387079d034 feat: os.go, add GetOsBits 2022-07-27 15:27:39 +08:00
dudaodong 33e3631b72 fix: fix aes/des cbc crypto iv bug 2022-07-27 15:26:45 +08:00
dudaodong b3149ea619 feat: convertor.go, add ToChannel 2022-07-27 15:22:43 +08:00
dudaodong 116ff284c3 feat: net.go, add IsInternalIP, GetRequestPublicIp, EncodeUrl 2022-07-27 15:18:20 +08:00
dudaodong 0cb251f7b8 feat: add ToSlice and ToSlicePointer and AppendIfAbsent 2022-07-27 15:12:14 +08:00
dudaodong 683def2242 docs: update go version badge 2022-06-24 09:41:46 +08:00
dudaodong d4a90f2869 release v1.3.0 2022-06-22 16:30:45 +08:00
dudaodong be67de3b40 release v1.3.0 2022-06-22 15:58:41 +08:00
dudaodong 6898ed413e docs: add doc for UniqueBy function 2022-06-22 15:47:48 +08:00
dudaodong 5dbdbcd651 docs: add doc for UniqueBy function 2022-06-22 15:45:29 +08:00
dudaodong ae0facd32d refactor: clean code for slice/slice.go 2022-06-22 14:21:45 +08:00
dudaodong 2d7e19fb87 feat: add UniqueBy function in slice.go 2022-06-22 12:00:01 +08:00
dudaodong 24d4a03227 update .gitignore file 2022-06-22 11:27:31 +08:00
dudaodong 93fb089f6e docs: add CreateDir function for fileutil 2022-06-17 17:25:16 +08:00
dudaodong 2fe272f2ef docs: add CreateDir function for fileutil 2022-06-17 17:22:08 +08:00
dudaodong 77859ffa15 docs: add doc for SplitEx function 2022-06-17 17:19:59 +08:00
dudaodong f83f47df3a feat: add SplitEx function 2022-06-17 17:13:58 +08:00
dudaodong 885c08847d docs: add doc for function IndexOf and LastIndexOf 2022-06-17 17:11:09 +08:00
dudaodong cc4a20751f test: add unit test for funcation IndexOf and LastIndexOf 2022-06-17 17:02:44 +08:00
dudaodong b0d1d39452 feat: add IndexOf and LastIndexOf function in slice.go 2022-06-17 17:01:37 +08:00
dudaodong 02fa7bc8be docs: add doc for function Equal and EqualWithFunc 2022-06-17 16:57:42 +08:00
dudaodong 433eb63b86 feat: add EqualWith function for slice 2022-06-17 15:47:36 +08:00
dudaodong a2541dac03 feat: add Equal function for slice 2022-06-17 15:37:36 +08:00
dudaodong 690e746811 update readme file 2022-04-29 14:50:29 +08:00
dudaodong 7cb97a26c5 release v1.2.9 2022-04-14 11:41:46 +08:00
dudaodong 39d373d37b fix: fix http post to support multipart/form-data header 2022-04-14 11:39:21 +08:00
dudaodong 1aefd6aa12 release v1.2.8 2022-04-13 11:46:14 +08:00
dudaodong c7aa44b8a4 fix: fix http post fucntion 2022-04-13 11:38:45 +08:00
dudaodong 0e3dc68de5 release v1.2.7 2022-03-29 10:52:55 +08:00
dudaodong 4083e75ed4 fix: fix ToBytes bug 2022-03-26 21:09:28 +08:00
dudaodong 1327eff62f docs: add doc for unix time 2022-03-24 16:09:19 +08:00
dudaodong eb24c37143 docs: add doc for unix time 2022-03-24 16:07:17 +08:00
dudaodong b7a6c91064 feat: add unix date conversion 2022-03-24 16:03:57 +08:00
dudaodong 555e185871 feat: add unix date conversion 2022-03-24 16:01:41 +08:00
dudaodong cb0efc5cc7 docs: replace path '/main' with '/v1' 2022-03-16 16:18:28 +08:00
dudaodong 7ac6816532 docs: add Factorial 2022-03-04 17:37:49 +08:00
dudaodong 81c4216699 release v1.2.6 2022-03-04 17:31:38 +08:00
dudaodong 2e30389703 test: add TestTruncRound 2022-03-04 17:30:47 +08:00
dudaodong 0e1d5cf04b docs: add doc for mathutil package 2022-03-04 17:28:53 +08:00
dudaodong 4e2d84e4fc feat: add mathutil package 2022-03-03 15:55:36 +08:00
dudaodong 13ee045b99 docs: add section 'How to Contribute' 2022-03-01 14:55:42 +08:00
dudaodong f1fd4c876b fmt: gofmt function.go 2022-02-28 10:11:07 +08:00
dudaodong cd63b2b18f docs: add func UUIdV4 in readme file 2022-02-28 10:09:23 +08:00
dudaodong bab9b4a6b3 release v1.2.5 2022-02-25 16:39:03 +08:00
dudaodong b3c34578bf fix: set request body content-length 2022-02-25 16:38:32 +08:00
dudaodong f26477904e refactor: set body byte for http post request 2022-02-25 15:31:39 +08:00
dudaodong 85886cf618 docs: add func UUIdV4 2022-02-20 11:09:51 +08:00
dudaodong a19a861552 feat: add func UUIdV4 2022-02-20 10:16:15 +08:00
dudaodong 96d57a6d24 docs: remove duplicated 2022-02-19 21:53:27 +08:00
dudaodong b48155c249 refactor: rename files *_util.go to *_internal.go 2022-02-19 21:52:10 +08:00
dudaodong 41685022c0 refactor: rename files *_util.go to *_internal.go 2022-02-19 21:51:58 +08:00
dudaodong 4e7274ce05 fix: check fn param must be function 2022-02-17 19:51:52 +08:00
dudaodong 2384b0e51f docs: fix func link mistake 2022-02-16 14:26:03 +08:00
dudaodong 6b6b938d1e docs: fix func link mistake 2022-02-16 14:24:18 +08:00
dudaodong 29d8987909 docs: update readme file 2022-02-16 14:12:42 +08:00
dudaodong 43fb3f1a06 release v1.2.4 2022-02-16 14:10:25 +08:00
dudaodong 34c28fece3 docs&refactor: rename request.go to http.go 2022-02-15 17:46:07 +08:00
dudaodong 40c2402493 feat: add func GetIps and GetMacAddrs 2022-02-15 17:38:09 +08:00
dudaodong c965e79bfc docs: add doc for begin and end time funcs 2022-02-15 16:37:48 +08:00
dudaodong eeadb1fecb feat: add funcs for get begin and end time for year, month, week, day, hour, minute 2022-02-15 16:07:59 +08:00
dudaodong 1dd826f050 add logo png and update readme file 2022-02-08 14:43:57 +08:00
dudaodong 8b04aa5f31 release v1.2.3 update readme file 2022-02-07 16:35:01 +08:00
dudaodong 6855fe0bce docs: add doc for validator package 2022-02-07 12:41:58 +08:00
dudaodong 300be9e3dc docs: add doc for system package 2022-02-07 11:21:47 +08:00
dudaodong 384be2e2e9 docs: add doc for strutil package 2022-02-07 10:54:44 +08:00
dudaodong 1d71a0ad3a docs: add doc for slice package 2022-02-06 17:16:16 +08:00
dudaodong 0e0ed316f1 docs: fix code issue 2022-02-05 09:54:48 +08:00
dudaodong 961eedda04 docs: add doc for package retry 2022-02-01 18:57:41 +08:00