From ce6032cd22e2f0e20f377fb868432bc45595c1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gintautas=20=C5=A0vedas?= Date: Thu, 15 Apr 2021 06:09:18 +0300 Subject: [PATCH] Added zh_cn course file and a Golang course. (#5331) * Added Golang course. * Added a link for the Chinese courses in the readme. * Removed old free courses-zh_cn. * Added new interactive tutorials. * Added extra line. * Updated file path. * Updated file path. --- README.md | 1 + more/free-programming-interactive-tutorials-zh.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 more/free-programming-interactive-tutorials-zh.md diff --git a/README.md b/README.md index e558df90..ee9afb3b 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Please read [CONTRIBUTING](/CONTRIBUTING.md). If you're new to GitHub, [welcome] ### Interactive Programming Resources ++ [Chinese / 中文](more/free-programming-interactive-tutorials-zh.md) + [English](more/free-programming-interactive-tutorials-en.md) + [Russian / Русский язык](more/free-programming-interactive-tutorials-ru.md) diff --git a/more/free-programming-interactive-tutorials-zh.md b/more/free-programming-interactive-tutorials-zh.md new file mode 100644 index 00000000..6875dd2c --- /dev/null +++ b/more/free-programming-interactive-tutorials-zh.md @@ -0,0 +1,9 @@ +### Index + +* [Golang](#golang) + + +### Golang + +* [Start using Go](https://docs.microsoft.com/zh-cn/learn/paths/go-first-steps/) - Microsoft +