fix a few golint errors

Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
Victor Vieux 2016-11-18 15:57:11 -08:00 committed by Vincent Demeester
parent 9806df060b
commit 4d5944cd51
1 changed files with 1 additions and 0 deletions

View File

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