mirror of
https://github.com/docker/cli.git
synced 2026-09-24 23:41:10 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user