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.
