From 92b1a8182a0ab4e81a48edb5d0a7cc74d7e3106b Mon Sep 17 00:00:00 2001 From: Alex Pliutau Date: Fri, 12 Oct 2018 16:03:43 +0700 Subject: [PATCH] Add package main YouTube channel link (#2145) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b310e1d..91081fb2 100644 --- a/README.md +++ b/README.md @@ -2006,5 +2006,6 @@ 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. +* [package main](https://www.youtube.com/packagemain) - YouTube channel about Programming in Go. * [Working with Go](https://github.com/mkaz/working-with-go) - Intro to go for experienced programmers. * [Your basic Go](http://yourbasic.org/golang) - Huge collection of tutorials and how to's