func()

in report/reporter.go [76:79]


func (r *Reporter) Report() {
	r.wg.Add(1)
	go r.report()
}