10 lines
126 B
Go

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