Fix golint warnings for builder

Addresses: #14756

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
Upstream-commit: 8c4a282a5719455cb5c63b917deb2a2042eed685
Component: engine
This commit is contained in:
Qiang Huang
2015-07-22 13:29:03 +08:00
parent 8f8c0a2957
commit 43c8d7a97f
13 changed files with 131 additions and 107 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
// This package contains the set of Dockerfile commands.
// Package command contains the set of Dockerfile commands.
package command
// Define constants for the command strings
const (
Env = "env"
Label = "label"