Updated Articles (markdown)

Kirill Rogovoy 2019-10-08 14:41:28 +03:00
parent 7ee6c6b181
commit 9d3beb5d4b

@ -35,7 +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 dont 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_
* [Here are some amazing advantages of Go that you dont 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_