all: make vet happy on non-generated code
This commit is contained in:
parent
98b0b39779
commit
a9647b3e5b
|
@ -123,8 +123,6 @@ func (te TypeEnum) GoType() string {
|
||||||
default:
|
default:
|
||||||
panic(fmt.Sprintf("called GoType on non primitive type %s", te.String()))
|
panic(fmt.Sprintf("called GoType on non primitive type %s", te.String()))
|
||||||
}
|
}
|
||||||
|
|
||||||
return ""
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GoEmptyValue returns the Go empty value for the TypeEnum.
|
// GoEmptyValue returns the Go empty value for the TypeEnum.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user