There was an error while loading. Please reload this page.
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
Report
goreporter