code example ``` package main func main() { println("test report") } func Report() { println("report func") } ``` Obviously, the function `Report` is unused, but `goreporter` didn't check it, and showed as below 