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
This commit is contained in:
Roboam Casanova 2021-10-03 15:59:28 -05:00 committed by GitHub
parent 66414389da
commit 33dcfc6ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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)