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

Resolve build errors #20576

Closed
wants to merge 4 commits into from
Closed

Resolve build errors #20576

wants to merge 4 commits into from

Commits on Mar 5, 2019

  1. Configuration menu
    Copy the full SHA
    28dd2f6 View commit details
    Browse the repository at this point in the history
  2. Updated command/init_test.go function TestInit_fromModule_explicitDest

    changed:
     err := os.MkdirAll(dir, os.ModePerm)
    added:
     defer os.RemoveAll(dir)
     defer testChdir(t, dir)()
    BradAF committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    eb008d1 View commit details
    Browse the repository at this point in the history
  3. Updated plugin/discovery/get_test.go:

     Changed lines 173 and 178 with wrong type of %q to %v
    BradAF committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    fbdeb7d View commit details
    Browse the repository at this point in the history
  4. Updated registry/client_test.go:

     Changed line 235 with wrong type of %q to %v
    BradAF committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    1ca7b3f View commit details
    Browse the repository at this point in the history