In this video, you are going to learn everything you need to know about basic file handling in Go. If you also want a quick crash course about all the fancy Golang concurrency features, feel free to check out this video: • Golang Concurrency - All the Basics you ha...
📝 Description
In this video, we are going to cover all the basic operations you need to know about file handling in Golang. This video is recommended for beginners, but maybe you will also learn a thing or two if you are more advanced. You will learn the following things:
• How to handle files in Golang
• How to read/write/append/delete a file
• How to copy a file
• Useful utility functions that you can use to describe file information
⏳ Timestamps:
00:00 - Introduction
01:00 - fileExists
05:23 - createFile
12:21 - writeFile
14:52 - appendFile
16:43 - readFile
18:49 - deleteFile
20:25 - fileStats
22:26 - copyFile
26:47 - listDirFiles
30:14 - Outro
👋 Hey there!
If you are new to this channel: Hey 👋 my name is Flo and I am a professional software engineer with a passion for coding in Golang, TypeScript, JavaScript, and Rust. This channel is where I share that passion and dive into the exciting world of software engineering.
📨 Support and Connect!
Become a member. / @flowoelki
Discord: / discord
X / Twitter: https://x.com/FlorianWoelki
LinkedIn: / florian-woelki
GitHub: https://github.com/FlorianWoelki
📝 Copyright Notice
The original Go Gopher was designed by Renée French (Source: https://go.dev/blog/gopher License details: https://creativecommons.org/licenses/.... The gopher appearing in this video and thumbnail is modified from the original design.
#golang #filehandling #go