Update README.md (#1815)

This commit is contained in:
brannx 2018-02-19 14:13:33 +03:00 committed by Avelino
parent b3c229c232
commit 3b621f5ba1

View File

@ -1843,3 +1843,4 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [Golangbot](https://golangbot.com/learn-golang-series/) - Tutorials to get started with programming in Go.
* [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.
* [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