On Wed, Feb 8, 2017, 4:32 PM 高橋誠二 <[email protected]> wrote:

> yes, I know but other languages support it as default, isn't it?
>

*some* languages apparently do. But then again maybe you could ask the
opposite question to those languages. Why did these languages you refer to
choose to implement a Printlnf? In said language, is it not trivial to
simply add the newline character to your format string? Did it warrant it's
own builtin function?


> 2017年2月8日水曜日 12時31分00秒 UTC+9 [email protected]:
>
>
>
> On Wednesday, February 8, 2017 at 3:58:55 AM UTC+2, 高橋誠二 wrote:
>
> fmt package have no *lnf method, but in other langs,
> sometimes it implements Printlnf.
> Is there any reason?
>
>
> fmt.Printlnf(f,...) = fmt.Printf(f+"\n", ...)
> Djadala
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to