John Guo
|
0aca2f0501
|
fix issue in package g; improve package ghttp
|
2021-01-22 00:36:28 +08:00 |
|
John Guo
|
0fb32b63e7
|
add signal handler feature for package gproc; improve package ghttp/g for signal listening feature
|
2021-01-21 21:14:17 +08:00 |
|
jflyfox
|
b38a4610eb
|
improve unit testing case for package gtimer
|
2021-01-20 14:19:14 +08:00 |
|
jflyfox
|
59285709a6
|
fix issue in filds filter in join statements for package gdb
|
2021-01-20 13:09:59 +08:00 |
|
John Guo
|
a304ca8f5b
|
improve unit testing case for package gcron
|
2021-01-20 00:18:29 +08:00 |
|
John Guo
|
333e5b27aa
|
add more unit testing case for package gdb
|
2021-01-19 21:08:01 +08:00 |
|
John Guo
|
5f4293a803
|
make unnecessaryly exported resource private for package ghttp
|
2021-01-19 19:33:21 +08:00 |
|
John Guo
|
fe80881ec9
|
improve package ghttp
|
2021-01-19 19:18:39 +08:00 |
|
jianchenma
|
e1418a2caa
|
fix blocking issue in roration feature for package glog
|
2021-01-19 16:44:37 +08:00 |
|
jianchenma
|
68247acab1
|
improve package gjson/gvar
|
2021-01-19 14:26:17 +08:00 |
|
jflyfox
|
6d05512c2f
|
improve unit testing case for package gtimer
|
2021-01-19 12:35:10 +08:00 |
|
jflyfox
|
bf6d6a29c0
|
improve package gtmer
|
2021-01-19 11:27:23 +08:00 |
|
jflyfox
|
353286fd84
|
fix issue in gtimer
|
2021-01-19 10:40:07 +08:00 |
|
John Guo
|
c801df497f
|
fix issue in package gtimer
|
2021-01-19 00:12:22 +08:00 |
|
John Guo
|
93a648ba15
|
fixing gtimer
|
2021-01-18 21:20:10 +08:00 |
|
jflyfox
|
826b9b1b1f
|
fix issue in struct converting for package ghttp
|
2021-01-18 09:22:46 +08:00 |
|
John Guo
|
e661b160d8
|
const name renaming
|
2021-01-17 22:10:45 +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 Guo
|
6f968a125e
|
improve time converting for package gconv
|
2021-01-17 21:39:17 +08:00 |
|
John Guo
|
5c9cee7fb9
|
improve package gconv
|
2021-01-17 20:56:38 +08:00 |
|
eyasliu
|
7676837337
|
fix abort test
|
2021-01-17 18:05:29 +08:00 |
|
eyasliu
|
c5145dc4f6
|
remove abort, actually the abort is unuse
|
2021-01-17 17:26:53 +08:00 |
|
John Guo
|
91e29e23a4
|
improve package gcfg for searching priority
|
2021-01-16 22:31:48 +08:00 |
|
John Guo
|
1e309e570d
|
Merge branch 'master' into develop
|
2021-01-16 20:42:44 +08:00 |
|
John Guo
|
8362322d63
|
Merge pull request #1129 from eyasliu/develop-ghttp-wrap-std-handler
add util: WrapF and WrapH to transform net/http handler to ghttp.HandlerFunc
|
2021-01-16 20:41:57 +08:00 |
|
John Guo
|
aefa54f04b
|
improve package gredis
|
2021-01-16 20:37:59 +08:00 |
|
John Guo
|
2c5e6b379f
|
improve package gres
|
2021-01-16 20:20:30 +08:00 |
|
eyasliu
|
c20f3f0595
|
add Wrapf and WrapH to transform net/http.HandlerFunc and net/http.Handler to ghttp.HandlerFunc
|
2021-01-16 17:53:26 +08:00 |
|
eyasliu
|
5b17108f71
|
trigger CI
|
2021-01-15 18:43:28 +08:00 |
|
eyasliu
|
1fee3eb5f0
|
fix review change
|
2021-01-15 13:58:16 +08:00 |
|
John Guo
|
bc4d84b60f
|
improve comment for package gtime
|
2021-01-14 00:27:01 +08:00 |
|
John Guo
|
6a67dceca7
|
Merge pull request #1092 from tiansin/master
feat: 🎨 some time features.
|
2021-01-14 00:15:44 +08:00 |
|
John Guo
|
9c8a68f742
|
add MarshalJSON for package gerror
|
2021-01-14 00:05:15 +08:00 |
|
John Guo
|
2d67d31f90
|
improve benckmark for package grand
|
2021-01-13 23:38:10 +08:00 |
|
jianchenma
|
c1b52e0f35
|
add more unit testing cases for package gredis
|
2021-01-13 20:00:31 +08:00 |
|
tiansin
|
55a7c01f73
|
feat: 🚑 Add function comment
|
2021-01-13 16:14:21 +08:00 |
|
jianchenma
|
6cf48f9479
|
improve package gstr
|
2021-01-13 10:56:17 +08:00 |
|
eyasliu
|
f9905f2bb5
|
gofmt code
|
2021-01-12 19:09:45 +08:00 |
|
eyasliu
|
c07c74bf1b
|
fix lint
|
2021-01-12 19:01:33 +08:00 |
|
eyasliu
|
14536e9abc
|
add http client middleware feature
|
2021-01-12 18:08:50 +08:00 |
|
jianchenma
|
73c68e48a1
|
improve package gvalid
|
2021-01-12 10:46:39 +08:00 |
|
John Guo
|
a9aa021914
|
add json tag for configuration struct for package gdb/gredis/ghttp/glog/gview
|
2021-01-12 00:42:33 +08:00 |
|
John Guo
|
2ae32ed2c2
|
add QueryTimeout/ExecTimeout/TranTimeout/PrepareTimeout for package gdb
|
2021-01-11 20:48:35 +08:00 |
|
John Guo
|
8ee3793f8f
|
add SessionCookieMaxAge configuration for ghttp.Server
|
2021-01-11 20:06:09 +08:00 |
|
John Guo
|
6f5b0c393e
|
add more unit testing case for package gdb
|
2021-01-11 19:30:22 +08:00 |
|
John Guo
|
a4152347e5
|
improve comment for package ghttp
|
2021-01-10 23:37:20 +08:00 |
|
John Guo
|
bb2dad6d5e
|
improve package gdb of empty value handling for struct convertion
|
2021-01-09 23:02:16 +08:00 |
|
John Guo
|
92b791eb08
|
improve Struct convertion for package gdb; improve IsNil function for package internal/empty
|
2021-01-09 21:05:47 +08:00 |
|
jianchenma
|
8365ce9d29
|
change name *Case to Case* for case functions of package gstr
|
2021-01-08 16:24:08 +08:00 |
|