Open wusphinx opened 5 years ago
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
code example
Obviously, the function
Report
is unused, butgoreporter
didn't check it, and showed as below