浏览代码

Add cht.sh Go Cheatsheet entry (#5769)

* Add cht.sh Go Cheatsheet entry

- A quick tutorial/reference to learn Go.

* Add Go cheatsheet to correct place

- Add Go cht.sh entry to free-programming-cheatsheets.md
- Remove Go cht.sh entry from free-courses-en.md

* Fix blank-lines lint error
Roboam Casanova 4 年之前
父节点
当前提交
33dcfc6ef4
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      more/free-programming-cheatsheets.md

+ 6 - 0
more/free-programming-cheatsheets.md

@@ -7,6 +7,7 @@
 * [Clojure](#clojure)
 * [Data Science](#data-science)
 * [Git](#git)
+* [Go](#go)
 * [HTML / CSS](#html--css)
 * [IDE / Editors](#ide--editors)
 * [Java](#java)
@@ -68,6 +69,11 @@
 * [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - Tim Green (Markdown)
 
 
+### Go
+
+* [cht.sh Go Cheatsheet](https://cht.sh/go/:learn)
+
+
 ### HTML / CSS
 
 * [CSS CheatSheet](https://htmlcheatsheet.com/css/) (HTML)