This repo demonstrates how to use envconfig library
In terminal, run these commands below:
- chmod +x export_var.sh
- ./export_var.sh
- go mod download
- go run main.go
Demonstrate how to use https://github.com/kelseyhightower/envconfig library
Go
This repo demonstrates how to use envconfig library
In terminal, run these commands below: