Fix golint errors.

Signed-off-by: Daniel Nephin <dnephin@docker.com>

rewritten from github.com/moby/moby 9b47b7b1519c5f2138e2933fb1fc459eb00895c0
docker-18.09
Daniel Nephin 2017-08-17 15:16:30 -04:00 committed by Tonis Tiigi
parent 0b8ce214e4
commit 2a8909c525
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import (
)
var (
errDockerfileNotStringArray = errors.New("When using JSON array syntax, arrays must be comprised of strings only.")
errDockerfileNotStringArray = errors.New("when using JSON array syntax, arrays must be comprised of strings only")
)
const (