mirror of https://github.com/grpc/grpc-go.git
README: change badge to pkg.go.dev (#3768)
This commit is contained in:
parent
97c30a1419
commit
f92f534396
|
@ -1,7 +1,7 @@
|
||||||
# gRPC-Go
|
# gRPC-Go
|
||||||
|
|
||||||
[](https://travis-ci.org/grpc/grpc-go)
|
[](https://travis-ci.org/grpc/grpc-go)
|
||||||
[][API]
|
[][API]
|
||||||
[](https://goreportcard.com/report/github.com/grpc/grpc-go)
|
[](https://goreportcard.com/report/github.com/grpc/grpc-go)
|
||||||
|
|
||||||
The [Go][] implementation of [gRPC][]: A high performance, open source, general
|
The [Go][] implementation of [gRPC][]: A high performance, open source, general
|
||||||
|
@ -131,7 +131,7 @@ the root cause of the connection being closed is on the server side. Turn on
|
||||||
logging on __both client and server__, and see if there are any transport
|
logging on __both client and server__, and see if there are any transport
|
||||||
errors.
|
errors.
|
||||||
|
|
||||||
[API]: https://grpc.io/docs/languages/go/api
|
[API]: https://pkg.go.dev/google.golang.org/grpc
|
||||||
[Go]: https://golang.org
|
[Go]: https://golang.org
|
||||||
[Go module]: https://github.com/golang/go/wiki/Modules
|
[Go module]: https://github.com/golang/go/wiki/Modules
|
||||||
[gRPC]: https://grpc.io
|
[gRPC]: https://grpc.io
|
||||||
|
|
Loading…
Reference in New Issue