/GoLang

Go Language examples and code snippets.

Primary LanguageGoMIT LicenseMIT

GoLang

Go Language examples and code snippets.

Overview

Tutorials

The basic go tour.

https://tour.golang.org/welcome/1

Effective go

https://golang.org/doc/effective_go.html

JustForFunc YouTube channel. Ongoing series of 30-45 minute sessions on particular topics.

https://www.youtube.com/channel/UC_BzFbxG2za3bp5NRRRXJSw

Direct link to the Playlist

https://youtu.be/rfXSrgIGrKo

Diagnostics & Performance

The official go diagnostics tools page

https://golang.org/doc/diagnostics.html

Multiple platforms with Golang

References