Add Go course (#5157)

Add Russian Go course from stepik
This commit is contained in:
IgorLutiy 2020-11-19 17:56:45 +02:00 committed by GitHub
parent 05a7479f0f
commit 933dc4b2bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* [C++](#C++)
* [Clojure](#clojure)
* [Design and Architecture](#design-and-architecture)
* [Go](#go)
* [Haskell](#haskell)
* [Java](#java)
* [JavaScript](#javascript)
@ -35,6 +36,11 @@ ADV - продвинутый. Тонкости.
* [Туториал по SOLID](https://ota-solid.now.sh) - Саша Беспоясов и Артём Самофалов (INT)
### Go
* [Программирование на Golang](https://stepik.org/course/54403) (BEG)
### Haskell
* [Функциональное программирование на языке Haskell](https://stepik.org/course/75) (INT)