googleapis/google/devtools/containeranalysis/v1beta1/package
Google APIs e7d77d65f0 fix: specify valid go_package option
The explicitly specified package name is invalid since it identical
to one of the keywords in Go (e.g., "package" or "type").
Remove explicitly specifying the name, which will cause protoc-gen-go
to derive the package name from the last path segment.
If the name is not valid, it will automatically sanitize it
to produce a valid package identifier (e.g., "_package" or "_type").

Committer: @dsnet
PiperOrigin-RevId: 370589666
2021-04-26 19:03:19 -07:00
..
BUILD.bazel Use rules_proto bzl files to load proto_library 2019-11-13 22:28:15 -08:00
package.proto fix: specify valid go_package option 2021-04-26 19:03:19 -07:00