Versions in this module Expand all Collapse all v0 v0.0.1 May 18, 2019 Changes in this version + func Gofmt(src []byte) ([]byte, error) + func GofmtReadWriter(rw io.ReadWriter) (io.ReadWriter, error) + type Func func(d *collector.Data) error + type Plugin struct + func New(name string) *Plugin + func (p *Plugin) Init(fn Func) + func (p *Plugin) OutputTemplate(dst io.Writer, templatePath string, data interface{}) error + func (p *Plugin) OutputTemplateHTML(dst io.Writer, templatePath string, data interface{}) error