Added a blog link - Environment variables in Golang

Puneet Singh 2020-10-06 17:29:48 +05:30
parent aa16dfc5ed
commit 4ae06c6b2f

@ -201,6 +201,7 @@ Start by reading the [overview of server programming](LearnServerProgramming) do
* [Go Reflection Codex](http://jimmyfrasche.github.io/go-reflection-codex/)
* [Go JSON Marshalling and Unmarshalling cheatsheet](https://eager.io/blog/go-and-json/) _2015-09-30_
* [Using MongoDB as Datasource in GoLang](https://www.loginradius.com/engineering/blog/mongodb-as-datasource-in-golang/) _2020-09-21_
* [Environment variables in Golang](https://www.loginradius.com/engineering/blog/environment-variables-in-golang/) _2020-09-28_