This oss will find things like log.Println(), which you wrote for debugging but often forget to erase.
go install github.com/seipan/logfind/cmd/logfind
go vet -vettool=`which logfind` pkgname