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

✨ Improve builder UX #264

Merged
merged 2 commits into from
Jan 4, 2019
Merged

Commits on Dec 21, 2018

  1. ✨ clean up builder package and UX

    - Rename Builder functions
    - Encourage providing the manager to the Builder factory
    - Deprecate discouraged functions
    - Add alias.go with short cuts for common functions to reduce import line bloat
    - Fix issue with GetConfigOrDie not exiting
    - Update examples
    - Add example at package root
    pwittrock committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    8409bdd View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. disable metalinter goimports because it is broken (failing on files t…

    …hat haven't changed their imports)
    pwittrock committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    58c9cd9 View commit details
    Browse the repository at this point in the history