From 9d3beb5d4b7be816f35e39af32616dfa33c318e3 Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Tue, 8 Oct 2019 14:41:28 +0300 Subject: [PATCH] Updated Articles (markdown) --- Articles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Articles.md b/Articles.md index b7cca3bf..2157d412 100644 --- a/Articles.md +++ b/Articles.md @@ -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 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_ + * [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_