package goanalysis type ( emptyStruct struct{} fooStruct struct { name string } bazStruct struct { name string title string description string } )