fix golint errors on master for 1.6
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
@@ -122,7 +122,7 @@ func executeRunner(name string, rawOptions string) (logOutput, error) {
|
||||
return output, runner.Run(logger, options)
|
||||
}
|
||||
|
||||
return logOutput{}, fmt.Errorf("Invalid runner: '%v', see --help\n", runner)
|
||||
return logOutput{}, fmt.Errorf("Invalid runner: '%v', see --help", runner)
|
||||
}
|
||||
|
||||
// handleRunRequest handles a request JSON to the network tester.
|
||||
|
Reference in New Issue
Block a user