Jesse
|
54655e4b24
|
cleanup: use HTTP package methods replace GET POST DELETE... (#2412)
|
2 years ago |
Jesse
|
6bb3ad6f27
|
fix: in for defer close (#2411)
Resource leakage may occur. Call 'defer' in the 'for' loop.
case: https://go.dev/doc/effective_go#defer
|
2 years ago |
jesse.tang
|
b5cd1c693d
|
fix: contrib/registry/eureka/client.go serveice -> serivce (#2440)
|
2 years ago |
jesse.tang
|
c5e86ca36d
|
style: kratos interface check (#2441)
* style: kratos interface check
* fix: kratos interface check
|
2 years ago |
jesse.tang
|
0ecc2b422f
|
style: modify declaring empty slices (#2378)
* fix: modify declaring empty slices
declare an empty slice to var s []int replace s :=[]int{}, https://github.com/golang/go/wiki/CodeReviewComments#declaring-empty-slices
* fix lint
|
2 years ago |
jesse.tang
|
9737a3c5e4
|
fix: typo and grammatical errors (#2368)
* fix: grammar
* fix: grammar
* fix overrode
* translate to English
* translate to English
|
2 years ago |
jesse.tang
|
f2a33929d0
|
fix: modify interface check way (#2375)
* fix: modify interface check way
* fix
|
2 years ago |
黄仲辉
|
617ee1aa39
|
fix(lint): Using deprecated package `io/ioutil` cause lint interrupted, change to `os` or `io` package. (#2353)
Co-authored-by: 黄仲辉 <610195979@qq.com>
|
2 years ago |
潘雄
|
96c8de9bc4
|
style(contrib/registry/*) annotation perfect (#2185)
Co-authored-by: xiongpan828@qq.com <panxiong@aithu.com>
|
3 years ago |
haiyux
|
71ea97fd93
|
deps: upgrade go mod version (#2028)
* deps:upgrade go mod version
|
3 years ago |
weetime
|
69df1ab9a6
|
feat(contrib): add eureka registry (#1792) (#1793)
* - feat(contrib): add eureka registry (#1792)
Co-authored-by: fangyong <fangyong@haodf.com>
|
3 years ago |