Generating Go code with a zero-length tuple currently panics. It should not panic. Should these be represented as `struct{}`?
Generating Go code with a zero-length tuple currently panics. It should not panic.
Should these be represented as
struct{}?