From 6428837551dca088d272c9c94783c880583fb1c8 Mon Sep 17 00:00:00 2001 From: raul Date: Mon, 18 Mar 2024 08:19:47 +0100 Subject: [PATCH] Add tour-of-go folder and README.md --- tour-of-go/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tour-of-go/README.md 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.