-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
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
Package has dependency of GoGO protobufs and too mainy inits #80
Comments
I don't understand your request. The "extgrpc" sub-package is merely an example:
|
go build -o main1 main.go
|
Ok so the problem is not with the We'll look into it |
Yeah, I think this is maybe why I cannot use cockroachdb/errors in the Go playground. |
Is there any new progress in this problem? I saw that this library has not been updated for a long time, so I want to ask, is this library still maintained? |
Yes this is still actively maintained. |
Is there any new progress in this problem?After using this library, my program volume has increased a lot |
@1379 This errors package is amazing, but since it has so many features, it makes it very heavy weight. That's just the tradeoff. However, if you just want to use errors with StackTraces (and don't need protobuf, network portability, PII redaction, etc.) you can just use something like https://github.com/StevenACoffman/simplerr that also reconciles the |
Thanks! |
GoGo protobufs is a dead project. The dependency on gogo can be removed without any subsequent issues |
When inspecting go binary I found that it requires gogo protobufs
errors/extgrpc/ext_grpc.go
Line 182 in 72ec752
I do not use gogo in production as it is an outdated project gogo/protobuf#691
Please remove init and gogo dependency
The text was updated successfully, but these errors were encountered: