File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ import (
25
25
"strconv"
26
26
)
27
27
28
- // A Code is a status code according to the gRPC spec:
29
- //
30
- // https://github.com/grpc/grpc/blob/master/doc/statuscodes.md
28
+ // A Code is a status code defined according to the [gRPC documentation].
31
29
//
32
30
// Only the codes defined as consts in this package are valid codes. Do not use
33
- // other code values. Behavior and interopability are implementation-specific
34
- // and not guaranteed.
31
+ // other code values. Behavior of other codes is implementation-specific and
32
+ // interoperability between implementations is not guaranteed.
33
+ //
34
+ // [gRPC documentation]: https://github.com/grpc/grpc/blob/master/doc/statuscodes.md
35
35
type Code uint32
36
36
37
37
const (
You can’t perform that action at this time.
0 commit comments