func google.golang.org/grpc/internal/status.New

4 uses

	google.golang.org/grpc/internal/status (current package)
		status.go#L47: func New(c codes.Code, msg string) *Status {
		status.go#L53: 	return New(c, fmt.Sprintf(format, a...))
		status.go#L63: 	return New(c, msg).Err()

	google.golang.org/grpc/status
		status.go#L49: 	return status.New(c, msg)