This repository provides common Go utilities and helpers that are reusable from project-to-project. The goal is to prevent code duplication by encouraging teams to use and contribute to toolkit libraries. The toolkit is not a framework. Rather, it is a set of (mostly gRPC-related) plugins and helpers.
WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated.
A future release of golang/protobuf will delete this package,
which has long been excluded from the compatibility promise.
Above warning causing problem for onprem/cloud components to format the logs into JSON. and making hard to use jq
This package was intended to use for internal implementation of
protoc-gen-go
https://github.com/golang/protobuf/issues/1104#issuecomment-619420855Above warning causing problem for onprem/cloud components to format the logs into JSON. and making hard to use
jq