From d7c9bf40e597c92e207ad7697c5ee6403d9e3651 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Sat, 2 Oct 2021 00:42:26 +0100 Subject: [PATCH] more/...tutorials: add Go-W3Schools (#5701) * more/...tutorials: add Go-W3Schools * fix CI --- more/free-programming-interactive-tutorials-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index 855585c3..900fd36e 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -138,6 +138,7 @@ ### Go * [Go Koans](https://github.com/cdarwin/go-koans) +* [Go Tutorial](https://www.w3schools.com/go/) - W3Schools * [Start using Go](https://docs.microsoft.com/en-us/learn/paths/go-first-steps/) - Microsoft * [The Go Tutorial](http://tour.golang.org) -- GitLab