Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(internal): auto-generate snippets #3949

Merged
merged 2 commits into from Apr 16, 2021
Merged

feat(internal): auto-generate snippets #3949

merged 2 commits into from Apr 16, 2021

Commits on Apr 15, 2021

  1. feat(internal): generate snippets

    I created a new package to make it easier to run than calling the binary. I included a binary for local development.
    
    I needed to install `build-base` in the Docker image to get `gcc`, which was needed to `Load` all packages.
    
    I modified `gapics.go` to replace `genproto` in every `go.mod` because the changes need to be visible everywhere to `Load` every module.
    tbpg committed Apr 15, 2021
    Copy the full SHA
    8efba76 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Copy the full SHA
    8b771dd View commit details
    Browse the repository at this point in the history