Day 19 - File Handling in Go (Part 4): Creating, Writing, and Appending Files
In the previous articles, we learned different ways to read files in Go. Reading is only one half of file handling.
In real-world applications, we often need to create new files, write data into them,
gosprint90.hashnode.dev5 min read