Day 20 - File Handling in Go (Part 5): Seek, File Information & Useful Operations
In the previous articles, we learned how to:
Read files
Read large files efficiently using bufio
Create files
Write data
Append content
There are still a few useful file operations that you'll
gosprint90.hashnode.dev6 min read