func init()
in
pkg/exporter/console.go [49:52]
4
lines of code
1
McCabe index (conditional complexity)
func init() { s := &Console{} RegisterExporter(s.Name(), s) }