golangci-lint round #3

this is the third round of preparing to use the golangci-lint on our
code base.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-07-11 05:44:12 -05:00
parent a5aa44c583
commit db826d5d75
51 changed files with 161 additions and 150 deletions

View File

@@ -136,5 +136,5 @@ func diffCmd(c *cliconfig.DiffValues) error {
} else {
out = stdoutStruct{output: diffOutput}
}
return formats.Writer(out).Out()
return out.Out()
}