1
0
mirror of https://github.com/docker/cli.git synced 2026-01-19 21:41:31 +03:00

fix a few golint errors

Signed-off-by: Victor Vieux <victorvieux@gmail.com>
Upstream-commit: 4d5944cd51
Component: cli
This commit is contained in:
Victor Vieux
2016-11-18 15:57:11 -08:00
committed by Vincent Demeester
parent 8543a49ef3
commit a3052deb52

View File

@@ -16,6 +16,7 @@ const (
portOptMode = "mode"
)
// PortOpt represents a port config in swarm mode.
type PortOpt struct {
ports []swarm.PortConfig
}