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

execgen: some small improvements #49727

Merged
merged 2 commits into from
May 30, 2020

Commits on May 30, 2020

  1. execgen: autogenerate imports

    Remove the Dummy import plague on the template files by using the
    `goimports` infrastructure to make the .eg.go files get their imports
    at generation time.
    
    Release note: None
    jordanlewis committed May 30, 2020
    Configuration menu
    Copy the full SHA
    053450a View commit details
    Browse the repository at this point in the history
  2. execgen: use strings.Replacer

    instead of repeated strings.ReplaceAll
    
    Release note: None
    jordanlewis committed May 30, 2020
    Configuration menu
    Copy the full SHA
    2735048 View commit details
    Browse the repository at this point in the history