all: make vet happy on non-generated code

This commit is contained in:
Daniel Martí 2017-11-25 20:00:38 +00:00 committed by Kenneth Shaw
parent 98b0b39779
commit a9647b3e5b

View File

@ -123,8 +123,6 @@ func (te TypeEnum) GoType() string {
default:
panic(fmt.Sprintf("called GoType on non primitive type %s", te.String()))
}
return ""
}
// GoEmptyValue returns the Go empty value for the TypeEnum.