Enable golint

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin
2017-05-02 15:35:25 -04:00
parent 0a613971b9
commit 690ef8af79
10 changed files with 12 additions and 12 deletions

View File

@ -77,7 +77,7 @@ func runUpdate(dockerCli *command.DockerCli, opts *updateOptions) error {
var err error
if opts.nFlag == 0 {
return errors.New("You must provide one or more flags when using this command.")
return errors.New("you must provide one or more flags when using this command")
}
var restartPolicy containertypes.RestartPolicy