From 575eace06d9030d6a5260ca07795c268724c9564 Mon Sep 17 00:00:00 2001 From: Sean Liao Date: Sun, 29 May 2022 22:01:34 +0100 Subject: [PATCH] remove ad "add resourse with online course for Go" This reverts commit 3c96fcf5349d89079661a24ae1852ba1ea808e8c. --- GoTalks.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/GoTalks.md b/GoTalks.md index 4892a8ab..66110285 100644 --- a/GoTalks.md +++ b/GoTalks.md @@ -20,9 +20,6 @@ Three things that make Go fast, fun, and productive:interfaces, reflection, and [[another video](http://vimeo.com/69237265)] [[slides](http://talks.golang.org/2012/simple.slide)] -### Go: free online courses -[[website](https://skillcombo.com/topic/go/)] - Go is a general-purpose language that bridges the gap between efficient statically typed languages and productive dynamic language. But it’s not just the language that makes Go special – Go has broad and consistent standard libraries and powerful but simple tools. This talk gives an introduction to Go, followed by a tour of some real programs that demonstrate the power, scope, and simplicity of the Go programming environment.