linting fixes

This commit is contained in:
Lea Anthony
2019-04-10 08:38:46 +10:00
parent 6a36d75774
commit eeb6fa4677
12 changed files with 50 additions and 55 deletions

View File

@@ -56,7 +56,7 @@ func (p *Program) GetFullPathToBinary() (string, error) {
}
// Run will execute the program with the given parameters
// Returns stdout + stderr as strings and an error if one occured
// Returns stdout + stderr as strings and an error if one occurred
func (p *Program) Run(vars ...string) (stdout, stderr string, exitCode int, err error) {
command, err := p.GetFullPathToBinary()
if err != nil {