cockroachdb / cockroachdb/errors
Package has dependency of GoGO protobufs and too mainy inits
Open
- Dominant language
- Go
- Stars
- 2.5k
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
When inspecting go binary I found that it requires gogo protobufs https://github.com/cockroachdb/errors/blob/72ec75208141a2b67e79909b28aea29ed2189108/extgrpc/ext_grpc.go#L182 in init()
I do not use gogo in production as it is an outdated project https://github.com/gogo/protobuf/issues/691
Please remove init and gogo dependency
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.