catenacyber / perfsprint

Golang linter to use strconv
MIT License
19 stars 2 forks source link

String addition -> concatenation #23

Closed scop closed 5 months ago

scop commented 5 months ago

I believe the correct term, like used in b66013fa8dbdf5540a474aecfed5a925bf99a98f, is string concatenation, instead of addition. Could fix up the user visible strings to that, especially now that there's a config option using to former (correct) term.

catenacyber commented 5 months ago

Like https://github.com/catenacyber/perfsprint/pull/24 ?

scop commented 5 months ago

24 LGTM :+1: