From 2f4b7fcbeae6156a1e96c479f2bd54101de37f6b Mon Sep 17 00:00:00 2001 From: Milap Neupane Date: Sat, 20 Jul 2019 02:28:58 +0545 Subject: [PATCH] Add golang from zero to hero (#2616) * Add golang from zero to hero * Add a period in desciption --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5248a14..092ff38c 100644 --- a/README.md +++ b/README.md @@ -2311,6 +2311,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Hackr.io](https://hackr.io/tutorials/learn-golang) - Learn Go from the best online golang tutorials submitted & voted by the golang programming community. * [How to Use Godog for Behavior-driven Development in Go](https://semaphoreci.com/community/tutorials/how-to-use-godog-for-behavior-driven-development-in-go) - Get started with Godog — a Behavior-driven development framework for building and testing Go applications. * [Learn Go with TDD](https://github.com/quii/learn-go-with-tests) - Learn Go with test-driven development. +* [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. * [The world’s easiest introduction to WebAssembly with Golang](https://medium.com/@martinolsansky/webassembly-with-golang-is-fun-b243c0e34f02) * [Working with Go](https://github.com/mkaz/working-with-go) - Intro to go for experienced programmers.