Get and Set Environment Variables
·
103 words
·
1 minute read
Environment variables are a useful way to work with sensitive information (think passwords) which your code needs to work with, but don’t need to be checked into your code base. With Go, you can both get and set these details using the os library.
|
|