diff --git a/tour-of-go/README.md b/tour-of-go/README.md new file mode 100644 index 0000000..dc4bc0c --- /dev/null +++ b/tour-of-go/README.md @@ -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.