golang-exercises/tour-of-go
raul f240e98da4 Add interfaces exercise 2024-04-16 08:14:52 +02:00
..
interfaces Add interfaces exercise 2024-04-16 08:14:52 +02:00
methods Added methods exercise 2024-03-19 08:21:08 +01:00
methods-2 Improved methods exercise with custom types 2024-04-15 11:49:18 +02:00
README.md Add tour-of-go folder and README.md 2024-03-18 08:19:47 +01:00

README.md

Exercises from Tour of Go

I realized that the exercises from Golangr weren't enough for my learning goals, so I'm gonna be creating new exercises here based on the teachings from the developers of Go themselves.