Snippets

Contents

Snippets#

Short pieces of Go the operator pastes into a fresh .go file or a go run-able scratch program.

One-liners

go run -e forms, slice tricks, map iteration, defer cleanup, strings and strconv round-trips.

One-liners

References#

  • Types for the type system these snippets touch.