1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-11-06 08:59:18 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
jesse.tang
4d95050747 fix: fmt import (#2379) 2022-09-27 14:08:08 +08:00
jesse.tang
9737a3c5e4 fix: typo and grammatical errors (#2368)
* fix: grammar

* fix: grammar

* fix overrode

* translate to English

* translate to English
2022-09-19 10:39:54 +08:00
Kagaya
e4d73db523 fix lint error (#2266) 2022-08-10 17:04:07 +08:00
潘雄
96c8de9bc4 style(contrib/registry/*) annotation perfect (#2185)
Co-authored-by: xiongpan828@qq.com <panxiong@aithu.com>
2022-07-11 19:40:35 +08:00
Jason C.H
471a2aab79 fix: k8s discovery interface (#1820) 2022-02-15 11:30:00 +08:00
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
wangcong
cf385f6285 fix: k8s nacos and zookeeper registry lint (#1599) 2021-11-04 22:06:14 +08:00
cachalots
cd35233d1d fix: add context for kubernetes registry, implement the registrar interface (#1436) 2021-09-07 10:46:07 +08:00
Windfarer
0ec3ff0b46 refactor: move plugins to contrib dir (#1399)
* move to contrib dir


Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
2021-09-01 13:40:14 +08:00