Closed G-Rath closed 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 🎉
Reporter
Printf
fmt
When I originally implemented
Reporter
, IDEs such as GoLand didn't support customPrintf
functions so I stuck with plain methods and did thefmt
formatting on the string; that's changed as of GoLand 2023.3 via GO-5841 🎉