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

@@ -176,10 +176,6 @@ func (p *Parser) String() string {
return fmt.Sprintf("%s,%s", p[0], p[1])
}
func (p *Parser) Value() interface{} {
return p
}
func TestParseGeneric(t *testing.T) {
a := cli.App{
Flags: []cli.Flag{