Re: [go-nuts] add Printfln to log and fmt

2018-05-23 Thread Jan Mercl
On Wed, May 23, 2018 at 1:29 AM wrote: > Is there an inbuilt library function that does this? There's not. However note that the log package adds the final \n automatically to every output not already having it. -- -j -- You received this message because you are subscribed to the Google Gro

[go-nuts] add Printfln to log and fmt

2018-05-22 Thread ricky . nj
I have a rather simple request - I am not sure if this already exists but I'd like to avoid typing "\n" everytime I do Printf( ) even though I quite enjoy doing that. Is there an inbuilt library function that does this? Thanks Anirudh -- You received this message because you are subscribed to