diff --git a/Articles.md b/Articles.md index 1a384a14..b7cca3bf 100644 --- a/Articles.md +++ b/Articles.md @@ -35,6 +35,7 @@ Table of Contents * [An Introduction to Go](https://tutorialedge.net/course/golang/) _latest_ ## General + * [Here are some amazing advantages of Go that you don’t hear much about] (https://www.freecodecamp.org/news/here-are-some-amazing-advantages-of-go-that-you-dont-hear-much-about-1af99de3b23a/) _2018-02-01_ * [Go Defer Simplified with Practical Visuals](https://blog.learngoprogramming.com/golang-defer-simplified-77d3b2b817ff) _2017-11-23_ * [The Zoo of Go Funcs](https://blog.learngoprogramming.com/go-functions-overview-anonymous-closures-higher-order-deferred-concurrent-6799008dde7b) _2017-11-09_ * [Ultimate Guide to Go Variadic Functions](https://blog.learngoprogramming.com/golang-variadic-funcs-how-to-patterns-369408f19085) _2017-11-02_