mirror of https://github.com/docker/cli.git
Merge pull request #28611 from vieux/fix_golint
fix a few golint errors
This commit is contained in:
commit
4d1209844f
|
@ -90,7 +90,7 @@ func noArgs(cmd *cobra.Command, args []string) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
return fmt.Errorf(
|
return fmt.Errorf(
|
||||||
"docker: '%s' is not a docker command.\nSee 'docker --help'.", args[0])
|
"docker: '%s' is not a docker command.\nSee 'docker --help'", args[0])
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Reference in New Issue