Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

fix: specify valid go_package option #184

Merged
merged 1 commit into from Apr 30, 2021

Commits on Apr 27, 2021

  1. 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
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon Apr 26 19:02:44 2021 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: e7d77d65f0e05ce584c1a824c7ecab53b411498b
    Source-Link: googleapis/googleapis@e7d77d6
    yoshi-automation committed Apr 27, 2021
    Copy the full SHA
    511a653 View commit details
    Browse the repository at this point in the history