1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
songzhibin97 0bbd008397 Update server.go (#2021) 2022-05-22 10:01:45 +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
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
longxboy 7530fadde0 Feat/fix examples (#1129)
remove github protobuf dependency
2021-06-30 15:33:08 +08:00
longXboy b32e7d6e70 fix swagger api 2021-05-27 21:19:47 +08:00
Tony Chen 7dec80ccfd fix error code and regenerate proto (#954)
* fix error code and regenerate proto
2021-05-26 20:05:34 +08:00
Tony Chen ba5b8d1ee3 api/metadata: clean package (#926)
* clean api proto
* fix nil trace_id
2021-05-18 10:29:33 +08:00
longXboy d8edff0b84 fix api metadata 2021-05-11 16:06:07 +08:00