Learning Go (2nd Edition)🔗
Content🔗
- Setting up Go Environment
- Predeclared Types and Declaration
- Composite Types
- Blocks, Shadows and Control Structure
- Functions
- Pointers
- Types, Methods, And Interfaces
- Generics
- Errors
- Modules, Packages, And Imports
- Go Tooling
- Concurrency in Go
- The Standard Library
- The Context
- Writing Tests
- Here be Dragons: Reflect, Unsafe, And Cgo