jessetang
d470886977
refactor(transport): format import and init slice cap ( #2741 )
...
* fix(transport): format import and init slice cap
* fix lint: local-prefixes: github.com/go-kratos
---------
Co-authored-by: haiyux <haiyux@foxmail.com>
2 years ago
jessetang
9a973d29c2
fix: rectification of non-standard lint codes ( #2746 )
2 years ago
jessetang
9ee4fcb48a
fix: remove repeat `net/http` package ( #2708 )
...
* fix: remove repeat package
* fix
* fix
* fix
2 years ago
Jesse
54655e4b24
cleanup: use HTTP package methods replace GET POST DELETE... ( #2412 )
2 years ago
jesse.tang
0e698b248a
cleanup: remove fmt and errors new err ( #2377 )
...
* cleanup: remove fmt and errors new err
* fix lint
* fix style
* modify global variable
2 years ago
longxboy
11cd43e3c3
refactor: unify selector filter ( #2277 )
...
* unify selector
Co-authored-by: caoguoliang01 <caoguoliang01@bilibili.com>
Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
3 years ago
Ccheers
b3eff576ce
test(transport): add unit test for transport coverage: 91.7% of state… ( #2172 )
...
* test(transport): add unit test for transport coverage: 91.7% of statements
* lint & fix data race
* fix test
* fix lint
* fix lint
* remove http func wrapper
* remove error log when watcher context is canceled
* optimize code style
3 years ago
Tony Chen
a72fc68ffd
feat: add error cause for statck trace ( #1910 )
...
* add error cause for statck trace
3 years ago
haiyux
00c05e82a3
test:remove testify go mod ( #1766 )
...
* test:remove testify go mod
* tidy go mdo
* fix test
3 years ago
haiyux
7f003a8742
test(transport): add transport Listener test ( #1735 )
...
* test(tansport): add transport Listener test
3 years ago
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>
3 years ago
海雨
3da927759a
test: add transport http test ( #1579 )
...
* test: add transport http test
* fix lient
* add client
* add http test
3 years ago
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
4 years ago
Windfarer
a128566cef
test(transport) add test ( #1325 )
...
* test
* test client and server
* return
* add args
* calloption
* test
4 years ago
Windfarer
f93084ba9f
test: option tests ( #1292 )
...
* test options
* more tests
4 years ago
longxboy
db02034dd1
fix error decode ( #1068 )
...
* fix error decode
4 years ago
Windfarer
0ff1c6f89a
test http ( #1045 )
...
* test http
* fix response codec
* benchmark
4 years ago