func google.golang.org/grpc/internal/status.New
4 uses
google.golang.org/grpc/internal/status (current package)
status.go#L76: func New(c codes.Code, msg string) *Status {
status.go#L82: return New(c, fmt.Sprintf(format, a...))
status.go#L92: return New(c, msg).Err()
google.golang.org/grpc/status
status.go#L49: return status.New(c, msg)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)