add resourse with online course for Go

skillcombo 2022-05-23 13:34:41 +03:00
parent 9f322ac3ce
commit 3c96fcf534

@ -20,6 +20,9 @@ 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 its 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.