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/gensnippets): initial commit #3922

Merged
merged 2 commits into from Apr 13, 2021
Merged

feat(internal/gensnippets): initial commit #3922

merged 2 commits into from Apr 13, 2021

Commits on Apr 13, 2021

  1. feat(internal/gensnippets): initial commit

    This tool renderes all examples in the current directory to standalone
    files.
    
    I confirmed this successfully processes every example in this repo. Once
    I added a go.mod/go.sum in the generated directory, all of the examples
    passed go vet.
    
    A future change will integrate this tool into our automatic generation
    pipelines and add region tags.
    tbpg committed Apr 13, 2021
    Copy the full SHA
    85c52a9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eaeef7e View commit details
    Browse the repository at this point in the history