March 2024
Beginner to intermediate
680 pages
14h 40m
English
Overview
We will see in this chapter how to interact with the filesystem, which means we will read files, manipulate them, store them for later use, and get information about them. We will also cover how to read folders so that we can search for the files we need, and will examine some specific file formats such as CSV, which is commonly used to share information in tabular form.
Another thing you will learn in this chapter is how to send some information to your application in the form of flags.
For this chapter, you'll require Go version 1.21 or higher. The code for this chapter can be found at: https://github.com/PacktPublishing/Go-Programming-From-Beginner-to-Professional-Second-Edition-/tree/main/Chapter14 ...
Read now
Unlock full access