G-Rath / osv-detector

MIT License
61 stars 9 forks source link

refactor: handle string formatting within the reporter #244

Closed G-Rath closed 9 months ago

G-Rath commented 9 months ago

When I originally implemented Reporter, IDEs such as GoLand didn't support custom Printf functions so I stuck with plain methods and did the fmt formatting on the string; that's changed as of GoLand 2023.3 via GO-5841 🎉