This repository contains my solutions to Exercism’s Go track.
I’m using these exercises to learn Golang fundamentals step by step, practice problem-solving, and get more comfortable writing clear and idiomatic Go code.
Nothing fancy here — just consistent practice and learning by doing.
- Solutions to Go exercises from Exercism
- Each folder is one exercise
- Code focused on simplicity and readability
- Following Go conventions as much as possible
As I progress through the track, I practice things like:
- Basic syntax and types
- Control flow (if, loops, switch)
- Functions
- Strings and collections (slices, maps)
- Structs and methods
- Basic error handling