Fix some go nits.

This commit is contained in:
Jeffrey Regan
2018-10-05 07:33:54 -07:00
parent 51ece9412e
commit a3dce9409b
3 changed files with 3 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ func TestBuild(t *testing.T) {
updateKustomizeExpected := os.Getenv(updateEnvVar) == "true"
fSys := fs.MakeRealFS()
testcases := []string{}
var testcases []string
filepath.Walk("testdata", func(path string, info os.FileInfo, err error) error {
if err != nil {
return err