Closed
Description
Feature Request
Whenever I use fmt.Printf
function, I have to remember to put a \n
at the end of my format string. Still, I miss it quiet a few times.
So, I think it makes sense to have a Printlnf
function along with the function Printf
just like we have Println
along with Print
function.