GoLang Environment Variables | Beginners Tutorial

In this video we are going to learn about getting and setting Environment Variables. These can be used to configure your application at runtime. We will look at what an environment variable is, how to read it from the system and from a .env file. We will touch on a system process and how it creates a fork and his it’s own copy of the environment variables. More info on fork/exec and system process can be found here probably more than you need, but maybe enough to go down a rabbit hole: #Design If you wanna support my channel, you can buy me a coffee: ☕️ Coffee make the code go!!! 💻 Programming Laptop 🎥 My Video Kit 🖥 Video Editing PC
Back to Top