Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabricesalvaire/golang-cheatsheet
A Go Programming Language exploration for savvy programmers ...
https://github.com/fabricesalvaire/golang-cheatsheet
cheatsheet go
Last synced: 26 days ago
JSON representation
A Go Programming Language exploration for savvy programmers ...
- Host: GitHub
- URL: https://github.com/fabricesalvaire/golang-cheatsheet
- Owner: FabriceSalvaire
- Created: 2020-11-21T14:13:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-22T00:22:02.000Z (almost 4 years ago)
- Last Synced: 2024-05-19T00:05:37.581Z (6 months ago)
- Topics: cheatsheet, go
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Go Programming Language exploration for savvy programmers ...
This repository contains an exploration of the [Go Programming Language](https://golang.org) that
review all the language syntax and features. It is not intended for novice programmers.## Introduction
Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson.
Go was publicly announced in November 2009,[29] and version 1.0 was released in March 2012.
## Go References
* https://golang.org
**Some online books**
* https://www.digitalocean.com/community/books/how-to-code-in-go-ebook
## 2020 Trend
From https://www.tiobe.com/tiobe-index
```
* 1 C
* 2 Python /
* 3 Java \
* 4 C++
* 5 C# — @Microsoft
* 6 Visual Basic — @Microsoft
* 7 JavaScript
* 8 PHP
* 9 R
* 10 SQL
* 11 Groovy — @Java https://en.wikipedia.org/wiki/Apache_Groovy
* 12 Perl
* 13 Go /
* 14 Swift — @Apple
* 15 Ruby \
* 16 ASM
* 17 MATLAB
* 18 Delphi — ~Pascal @Windows
* 19 Objective-C — @Apple / @NextStep
```