goone
goone copied to clipboard
goone finds N+1 query in go
Results
2
goone issues
Sort by
recently updated
recently updated
newest added
We have created a pkgcache to know if we have already read the pkg, and if we have read the pkg and know if there is a query in the...
For example ``` err := cnn.QueryRow("SELECT job_id, name FROM Jobs WHERE job_id = ?", person.JobID).Scan(&job.JobID, &job.Name)//goone:ignore ``` If it says //goone:ignore, we don't know if SQL is called in the...