type plugin … func NewPlugin() *plugin { … } func (p *plugin) Name() string { … } func (p *plugin) Init(g *generator.Generator) { … } func (p *plugin) Generate(file *generator.FileDescriptor) { … } func init() { … }
type plugin … func NewPlugin() *plugin { … } func (p *plugin) Name() string { … } func (p *plugin) Init(g *generator.Generator) { … } func (p *plugin) Generate(file *generator.FileDescriptor) { … } func init() { … }