In C, printf, fprintf functions write to a FILE *stream, and "stdout" is a
"stream", not a file.
In Go, fmt.Print, fmt.Fprintf functions write directly to a file, not a
Writer (equivalent to a C "stream").
It is just that the "stdout" word means different things in C and Go ...
Thank you for the explanation ;-)))
--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.