Skip to content

A basic Go cheat sheet with basic examples for the most common topics.

Notifications You must be signed in to change notification settings

AlexTLDR/go-basic-cheatsheet

Repository files navigation

A handy cheat sheet for my personal use.

My vscode settings json:

{ "go.buildOnSave": "off", "go.lintOnSave": "workspace", "go.vetOnSave": "workspace", "go.buildTags": "", "go.buildFlags": [], "go.lintTool": "golint", "go.lintFlags": [], "go.vetFlags": [], "go.testOnSave": false, "go.coverOnSave": false, "go.useCodeSnippetsOnFunctionSuggest": true, "editor.formatOnSave": true, "go.formatTool": "goreturns", "go.formatFlags": [], "go.goroot": "", "go.gopath": "", "go.inferGopath": true, "go.gocodeAutoBuild": false, "go.testFlags": [ "-v" ], }

About

A basic Go cheat sheet with basic examples for the most common topics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages