Want to learn Go Structs and Pointers in a real environment?
Click below, get a fresh Linux box with Go ready to go, and work through Structs and Pointers hands-on with an AI tutor that knows your code.
Start this lessonStructs and PointersWhat you'll learn
- Struct definition
- Field access
- Zero values for structs
- Pointer types
- & and * operators
- Pointer receivers vs value receivers
- When to use a pointer
