func (p *exporter) field(f *types.Var) { if !f.IsField() { log.Fatalf("gcimporter: field expected") } p.pos(f) p.fieldName(f) p.typ(f.Type()) }