From 33dcfc6ef46182d5d0c87aa5334eddf8710dde83 Mon Sep 17 00:00:00 2001 From: Roboam Casanova Date: Sun, 3 Oct 2021 15:59:28 -0500 Subject: [PATCH] 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 --- more/free-programming-cheatsheets.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 7d2a0059..b75efd44 100644 --- a/more/free-programming-cheatsheets.md +++ b/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)