Add tour-of-go folder and README.md

This commit is contained in:
raul 2024-03-18 08:19:47 +01:00
parent 290d1be8f4
commit 6428837551
1 changed files with 5 additions and 0 deletions

5
tour-of-go/README.md Normal file
View File

@ -0,0 +1,5 @@
# Exercises from [Tour of Go](https://go.dev/tour/)
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.