2018-05-31 23:19:41 -04:00

10 lines
126 B
Go

package testdata
import (
"log" // ERROR "`log` is in the blacklist"
)
func SpewDebugInfo() {
log.Println("Debug info")
}