removed extranneous value method on the generic type

This commit is contained in:
Summer Mousa
2014-04-15 09:57:11 -05:00
parent 13e88629f5
commit 1eaa882c3a
3 changed files with 1 additions and 6 deletions

View File

@@ -41,7 +41,6 @@ func eachName(longName string, fn func(string)) {
type Generic interface {
Set(value string) error
String() string
Value() interface{}
}
// GenericFlag is the flag type for types implementing Generic