From bfaad7084a8799f61ee2efee8da0af4c00259a4f Mon Sep 17 00:00:00 2001 From: Lucas Bremgartner Date: Tue, 2 Aug 2022 16:21:21 +0200 Subject: [PATCH] Remove "Learning Golang - From zero to hero" (#4355) Link is no longer working. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8f0c3444..666008dd 100644 --- a/README.md +++ b/README.md @@ -3424,7 +3424,6 @@ _Where to discover new Go libraries._ - [Learn Go with 1000+ Exercises](https://github.com/inancgumus/learngo) - Learn Go with thousands of examples, exercises, and quizzes. - [Learn Go with TDD](https://github.com/quii/learn-go-with-tests) - Learn Go with test-driven development. - [Learning Go by examples](https://dev.to/aurelievache/learning-go-by-examples-introduction-448n) - Serie of article in order to learn Golang language by concrete applications as example. -- [Learning Golang - From zero to hero](https://milapneupane.com.np/2019/07/06/learning-golang-from-zero-to-hero/) - Getting started with golang for beginner. - [package main](https://www.youtube.com/packagemain) - YouTube channel about Programming in Go. - [Programming with Google Go](https://www.coursera.org/specializations/google-golang) - Coursera Specialization to learn about Go from scratch. - [Saving a Third of Our Memory by Re-ordering Go Struct Fields](https://qvault.io/golang/struct-field-ordering-memory/) - How inefficient field ordering in Go structs.