Florian Jung
Results
1
comments of
Florian Jung
Same here. I get: ```go var ( // ... _ = ccsds.DataType(0) _ = manoeuvre.DataType(0) ) ``` However, only `ccsds.DataType()` exists. It seems the problem occurs for `enum` types defined...