getgauge / gauge

Light weight cross-platform test automation
https://gauge.org
Apache License 2.0
2.99k stars 344 forks source link

Fix golint warnings #2590

Closed chadlwilson closed 2 months ago

chadlwilson commented 2 months ago

Seems mostly to do with https://github.com/golang/go/issues/60529 and calls on our side that unnecessarily use for formatting functions; or pre-format when they don't need to.