mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-14 12:42:59 +02:00
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 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| package.proto | ||