Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api/types: fix non-constant format string in call (govet)
api/types/container/hostconfig.go:328:43: printf: non-constant format string in call to fmt.Errorf (govet) return &errInvalidParameter{fmt.Errorf(msg)} ^ Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information