exported type should have comment or be unexported
The type
type MyType struct{ i int }\]\]>
should have a comment in the form:
// MyType blablabla type MyType struct{ i int }\]\]>