From 87b5bcc8d19c31835c9aa0d11d1c680937f2e515 Mon Sep 17 00:00:00 2001 From: Alessandro Affinito Date: Wed, 30 Aug 2023 17:45:30 +0200 Subject: [PATCH] Added new repo in resources --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 360e8d6..d40a206 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Awesome Go Books [![Build Status](https://github.com/dariubs/GoBooks/actions/wor - [Course: Mastering Go Programming](#course-mastering-go-programming) - [Course: Web Development with Google’s Go Programming Language](#course-web-development-with-googles-go-programming-language) - [Golangbot.com Articles](#golangbotcom-articles) + - [Tuxerrante repo on go exercises](#tuxerrante-repo-on-go-exercises) - [Contributing](#contributing) - [License](#license) @@ -654,6 +655,8 @@ Resources ### [Course: Mastering Go Programming](https://www.udemy.com/course/mastering-go-programming) ### [Course: Web Development with Google’s Go Programming Language](https://www.udemy.com/course/go-programming-language) ### [Golangbot.com Articles](https://golangbot.com/) +### [Tuxerrante repo on go exercises](https://github.com/tuxerrante/go_exercises) + Contributing ====