This chapter contains brief introductions to several Go packages. Other chapters that follow discuss select packages at a more detailed level.
File Access with Go
- 1.
Byte/character streams – Files look like sequences of bytes or characters.
- 2.
Byte/character channels – Support block mode access; oriented ...