GoLearn

Learn Go through interactive exercises. A Rustlings-style tutorial for the Go programming language.

Get Started Browse Exercises

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

  1. Install Go 1.22+
  2. Install the CLI
  3. Run your first exercise
go install github.com/zhravan/golearn/cmd/golearn@latest
golearn verify 01_hello