golang-cheat-sheet icon indicating copy to clipboard operation
golang-cheat-sheet copied to clipboard

An overview of Go syntax and features.

Results 28 golang-cheat-sheet issues
Sort by recently updated
recently updated
newest added

- [x] Updated Golang cheat sheet based on README - [x] \LaTeX source with compilation

Would you be looking to add common Go modules to this guide, or is it no longer being maintained? I'd be happy to contribute.

This is a way of declaring multiple variables at once.

Could you add information about generic of Golang 1.18 for cheat sheet. Tks!

This repo is really useful when I want to check the syntax of Go. I have translated a chinese version of this repo. [golang-cheat-sheet-cn](https://github.com/jincheng9/golang-cheat-sheet-cn) If you'd like to to add...

I wish there was a section on strings. How to index them, some formatting tricks, etc.

1. Added concept of type assertions 2. Added code snippet for JSON Unmarshalling