diff --git a/Articles.md b/Articles.md index d1205360..600cdfc2 100644 --- a/Articles.md +++ b/Articles.md @@ -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_