Update gomod and vendor

This commit is contained in:
Ettore Di Giacinto
2021-01-19 18:29:09 +01:00
parent dbd37afced
commit 7b25a54653
930 changed files with 183699 additions and 4609 deletions

View File

@@ -86,7 +86,7 @@ type RequiredFlag interface {
type DocGenerationFlag interface {
Flag
// TakesValue returns true of the flag takes a value, otherwise false
// TakesValue returns true if the flag takes a value, otherwise false
TakesValue() bool
// GetUsage returns the usage string for the flag