1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-30 04:31:03 +02:00

9 Commits

Author SHA1 Message Date
Eng Zer Jun
77b16286f8
refactor: move from io/ioutil to io and os packages (#1633)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-16 13:22:35 +08:00
Kagaya
f7588a47de
fix: ci lint error (#1391)
* fix lint check

* fix lll lint error

* fix build error

* fix gomnd

* fix shadow declaration

* add make test command

* update
2021-08-31 10:14:57 +08:00
chenzhihui
7340fecf27 fix 2021-06-14 10:14:23 +08:00
包子
34d6d7b90e add log filter benchmark 2021-06-14 07:50:44 +08:00
包子
7bebc58381 modify log caller 2021-06-14 01:47:48 +08:00
包子
38673521e4 clean log filter 2021-06-14 01:11:24 +08:00
包子
ecb0030d48 update log filter 2021-06-14 00:54:48 +08:00
包子
58c99b2768 clean log filter and update value caller 2021-06-14 00:35:39 +08:00
包子
582a24c0a6 add log filter 2021-06-14 00:14:32 +08:00