fix golint errors on master for 1.6

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle
2016-12-05 15:01:33 -08:00
parent 2c61d2f80c
commit 4d27212149
3 changed files with 11 additions and 11 deletions

View File

@@ -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.