Skip to main content

2 docs tagged with "go programming"

View all tags

Go Language Basics Quick Reference Guide

A practical Go (Golang) quick reference guide covering core language syntax, control flow, structs, slices, maps, pointers, interfaces, concurrency with goroutines and channels, generics, error handling, and performance concepts like pprof and escape analysis.

Go Proverbs

A reference list of the Go Proverbs with placeholders for commentary and practical interpretation for Go developers.