We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From https://github.com/grafana/dskit/pull/342/files/0e1e57319c8c2a483e6f4919a9946a81c017641b#r1283223263:
grpcutil.IsCancelled is kinda duplicative of grpcutil.IsGRPCContextCanceled; do we need both?
grpcutil.IsCancelled
grpcutil.IsGRPCContextCanceled
And https://github.com/grafana/dskit/pull/342/files/0e1e57319c8c2a483e6f4919a9946a81c017641b#r1283233691:
I think github.com/grafana/dskit/errors.New could be replaced by the Go standard library errors.New.
github.com/grafana/dskit/errors.New
errors.New
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
From https://github.com/grafana/dskit/pull/342/files/0e1e57319c8c2a483e6f4919a9946a81c017641b#r1283223263:
And https://github.com/grafana/dskit/pull/342/files/0e1e57319c8c2a483e6f4919a9946a81c017641b#r1283233691:
The text was updated successfully, but these errors were encountered: