Documentation ¶ Index ¶ type IO Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type IO ¶ type IO struct { // In is the input stream. In io.Reader // Out is the standard output stream. Out io.Writer // Err is the standard error stream. Err io.Writer } IO is a utility struct for io.Reader and io.Writer. Source Files ¶ View all Source files io.go Click to show internal directories. Click to hide internal directories.