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

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 馃寛

Synth log will be available here:
https://source.cloud.google.com/results/invocations/2f1c25ce-8eb0-44ab-a1b9-1723da7e1897/targets

  • To automatically regenerate this PR, check this box. (May take up to 24 hours.)

PiperOrigin-RevId: 370589666
Source-Link: googleapis/googleapis@e7d77d6

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 yoshi-automation requested a review from a team as a code owner April 27, 2021 09:11
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Apr 27, 2021
@product-auto-label product-auto-label bot added the api: accesscontextmanager Issues related to the googleapis/java-accesscontextmanager API. label Apr 27, 2021
@Neenu1995 Neenu1995 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 30, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 30, 2021
@Neenu1995 Neenu1995 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 30, 2021
@Neenu1995 Neenu1995 added the automerge Merge the pull request once unit tests and other checks pass. label Apr 30, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 8c305f2 into master Apr 30, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the autosynth-googleapis branch April 30, 2021 16:00
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Apr 30, 2021
gcf-merge-on-green bot pushed a commit that referenced this pull request May 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: accesscontextmanager Issues related to the googleapis/java-accesscontextmanager API. cla: yes This human has signed the Contributor License Agreement. context: full kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants