main
Package.Generate
func (p *Package) Generate(out *Emitter) { out.Comment(p.Comment) out.Printlnf("package %s", p.Name()) if len(p.Imports) > 0 {