On Sat, May 05, 2018 at 08:55:17AM -0700, [email protected] wrote: > * Now in golang `os.Stdout` is an `*os.File` which is mostly a wrapper for > an OS specific file.
You can always use os.Pipe to get an actual file descriptor to write to. -- 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.
