[go-nuts] fmt package documentation

2022-07-04 Thread Allen Tracht
The documentation of the formatting language inhttps://cs.opensource.google/go/go/+/master:src/fmt/doc.go;l=132 doesn't render the "other flags" section well. It all runs together: source: Other flags: '+'always print a sign for numeric values; guarantee ASCII-only output for

Re: [go-nuts] fmt Package

2016-09-25 Thread andrey mirtchovski
> Soo, this(fmt.Sprintf) is Necessary AND we can dont use this > function??? can you share a piece of the code so we can better understand what you're trying to do? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from thi

Re: [go-nuts] fmt Package

2016-09-25 Thread hadiesmaili85
Soo, this(fmt.Sprintf) is Necessary AND we can dont use this function??? On Sunday, September 25, 2016 at 10:19:47 AM UTC-7, Brian Hatfield wrote: > > These weird function names have a long history > . You might find the > format s

Re: [go-nuts] fmt Package

2016-09-25 Thread Brian Hatfield
These weird function names have a long history . You might find the format specifiers to be a little weird, so take a look at the fmt package docs for some examples. If you check the Godoc for the specific functions, you'l

[go-nuts] fmt Package

2016-09-25 Thread hadiesmaili85
what is difference between in *fmt.Printf* function and *fmt.Sprintf* ??? -- 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 golang-nuts+unsubscr...@googlegroups.c