Day 15 - Env variables in go
Nov 4, 2025 · 5 min read · Firstly, what are environment variables and why do we use them? Environment variables are similar to the variables we use in our code — they store data that we can access later — but the main difference is they live outside your code. They are part o...
Join discussion