- Hands-On System Programming with Go
- Alex Guerrieri
- 81字
- 2021-06-24 13:42:25
Section 2: Advanced File I/O Operations
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: