From 4ae06c6b2fcecc44d3c19486dec62a7efce9b51f Mon Sep 17 00:00:00 2001 From: Puneet Singh Date: Tue, 6 Oct 2020 17:29:48 +0530 Subject: [PATCH] Added a blog link - Environment variables in Golang --- Articles.md | 1 + 1 file changed, 1 insertion(+) 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_