func init()

in pkg/exporter/console.go [49:52]


func init() {
	s := &Console{}
	RegisterExporter(s.Name(), s)
}