GoLearn
Learn Go through interactive exercises. A Rustlings-style tutorial for the Go programming language.
What is GoLearn?
GoLearn provides hands-on exercises that guide you through Go's core concepts, from basic syntax to advanced features.
- Interactive coding exercises
- Progressive difficulty levels
- Instant feedback on solutions
- Real project exercises
Quick Start
- Install Go 1.22+
- Install the CLI
- Run your first exercise
go install github.com/zhravan/golearn/cmd/golearn@latest
golearn verify 01_hello