mirror of https://github.com/grpc/grpc-go.git
examples: fix typo in url (#6978)
This commit is contained in:
parent
40d6adb0cc
commit
c63d9258db
|
|
@ -55,4 +55,4 @@ The context returned from
|
|||
this context.
|
||||
|
||||
NOTE: The [stats](https://pkg.go.dev/google.golang.org/grpc/stats) package should only be used for network monitoring purposes,
|
||||
and not as an alternative to [interceptors](https://github.com/grpc/grpc-go/blob/master/examples/features/metadata).
|
||||
and not as an alternative to [interceptors](https://github.com/grpc/grpc-go/blob/master/examples/features/interceptor).
|
||||
|
|
|
|||
Loading…
Reference in New Issue