golang.org/x/tools/go/analysis/passes
#80049 opened 1 month ago by alexandear
fix buf.WriteString(x + y) to the more efficient buf.WriteString(x); buf.WriteString(y)FeatureRequestNeedsInvestigationPerformanceToolsgopls/performance
#77369 opened 6 months ago by TomOnTime
#47470 opened 5 years ago by cuonglm