1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-22 03:38:41 +02:00

10 Commits

Author SHA1 Message Date
Tony Chen
a72fc68ffd
feat: add error cause for statck trace (#1910)
* add error cause for statck trace
2022-04-10 16:15:34 +08:00
haiyux
00c05e82a3
test:remove testify go mod (#1766)
* test:remove testify go mod

* tidy go mdo

* fix test
2022-01-14 10:02:42 +08:00
haiyux
7f003a8742
test(transport): add transport Listener test (#1735)
* test(tansport): add transport Listener test
2021-12-31 11:15:39 +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
海雨
3da927759a
test: add transport http test (#1579)
* test: add transport http test

* fix lient

* add client

* add http test
2021-10-22 15:57:18 +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
Windfarer
a128566cef
test(transport) add test (#1325)
* test

* test client and server

* return

* add args

* calloption

* test
2021-08-12 19:21:50 +08:00
Windfarer
f93084ba9f
test: option tests (#1292)
* test options

* more tests
2021-08-02 18:56:22 +08:00
longxboy
db02034dd1
fix error decode (#1068)
* fix error decode
2021-06-16 19:54:19 +08:00
Windfarer
0ff1c6f89a
test http (#1045)
* test http
* fix response codec
* benchmark
2021-06-14 12:25:15 +08:00