Fix golint errors.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 9b47b7b1519c5f2138e2933fb1fc459eb00895c0
Component: engine
This commit is contained in:
Daniel Nephin
2017-08-18 14:23:44 -04:00
parent 63a6b47bce
commit de626e10fb
29 changed files with 51 additions and 47 deletions
@@ -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 (