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

Export DefaultGenerator (formerly generator). #9

Merged
merged 1 commit into from
Jul 14, 2018
Merged

Export DefaultGenerator (formerly generator). #9

merged 1 commit into from
Jul 14, 2018

Commits on Jul 14, 2018

  1. Export DefaultGenerator (formerly generator).

    It was decided that DefaultGenerator should be exported because the pattern of NewVx() functions was similar to patterns in Go standard
    library packages (http.DefaultClient, flag.CommandLine, etc.). These standard library packages export their defaults. It is also impractical
    to write testable code using the UUID library without writing a custom Generator to wrap the NewVx() functions without this interface being
    exported.
    
    Signed-off-by: Jaden Weiss <jadr2ddude@gmail.com>
    niaow committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    bdebc62 View commit details
    Browse the repository at this point in the history