File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ func TestRegistry_Monitor(t *testing.T) {
423423 GetRegistry ().clusters = map [string ]* cluster {
424424 getClusterKey (endpoints ): {
425425 watchers : map [watchKey ]* watchValue {
426- watchKey {
426+ {
427427 key : "foo" ,
428428 exactMatch : true ,
429429 }: {
@@ -449,7 +449,7 @@ func TestRegistry_Unmonitor(t *testing.T) {
449449 GetRegistry ().clusters = map [string ]* cluster {
450450 getClusterKey (endpoints ): {
451451 watchers : map [watchKey ]* watchValue {
452- watchKey {
452+ {
453453 key : "foo" ,
454454 exactMatch : true ,
455455 }: {
Original file line number Diff line number Diff line change 66
77[ English] ( readme.md ) | 简体中文
88
9- [ ![ Go] ( https://github.com/zeromicro/go-zero/workflows/Go/badge.svg?branch=master )] ( https://github.com/zeromicro/go-zero/actions )
109[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/zeromicro/go-zero )] ( https://goreportcard.com/report/github.com/zeromicro/go-zero )
1110[ ![ goproxy] ( https://goproxy.cn/stats/github.com/zeromicro/go-zero/badges/download-count.svg )] ( https://goproxy.cn/stats/github.com/zeromicro/go-zero/badges/download-count.svg )
1211[ ![ codecov] ( https://codecov.io/gh/zeromicro/go-zero/branch/master/graph/badge.svg )] ( https://codecov.io/gh/zeromicro/go-zero )
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ go-zero is a web and rpc framework with lots of builtin engineering practices. I
77
88<div align =center >
99
10- [ ![ Go] ( https://github.com/zeromicro/go-zero/workflows/Go/badge.svg?branch=master )] ( https://github.com/zeromicro/go-zero/actions )
1110[ ![ codecov] ( https://codecov.io/gh/zeromicro/go-zero/branch/master/graph/badge.svg )] ( https://codecov.io/gh/zeromicro/go-zero )
1211[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/zeromicro/go-zero )] ( https://goreportcard.com/report/github.com/zeromicro/go-zero )
1312[ ![ Release] ( https://img.shields.io/github/v/release/zeromicro/go-zero.svg?style=flat-square )] ( https://github.com/zeromicro/go-zero )
You can’t perform that action at this time.
0 commit comments