This section covers the application's input and output operations, focusing on files/the filesystem and streams in the Unix OS. It covers many topics, including reading from and writing to files, and other I/O operations. Then we explain how much more Go has to offer in terms of I/O with its interfaces and implementations.
This section consists of the following chapters:
- Chapter 4, Working with the Filesystem
- Chapter 5, Handling Streams
- Chapter 6, Building Pseudo Terminals