Adding TutorialEdge to the list of Websites and WebAssembly tutorial … (#2162)

* Adding TutorialEdge to the list of Websites and WebAssembly tutorial to list of tutorials

* Fixed alphabetical ordering

* Fixing order...
This commit is contained in:
Elliot Forbes 2018-10-17 02:06:03 +01:00 committed by Cássio Botaro
parent 9f663dfa6f
commit c4beeb1e14

View File

@ -1993,6 +1993,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [justforfunc](https://www.youtube.com/c/justforfunc) - Youtube channel dedicated to Go programming language tips and tricks, hosted by Francesc Campoy [@francesc](https://twitter.com/francesc).
* [r/Golang](https://www.reddit.com/r/golang) - News about Go.
* [Trending Go repositories on GitHub today](https://github.com/trending?l=go) - Good place to find new Go libraries.
* [TutorialEdge - Golang](https://tutorialedge.net/course/golang/)
### Tutorials
@ -2004,10 +2005,11 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [Go By Example](https://gobyexample.com/) - Hands-on introduction to Go using annotated example programs.
* [Go Cheat Sheet](https://github.com/a8m/go-lang-cheat-sheet) - Go's reference card.
* [Go database/sql tutorial](http://go-database-sql.org/) - Introduction to database/sql.
* [Go WebAssembly Tutorial - Building a Simple Calculator](https://tutorialedge.net/golang/go-webassembly-tutorial/)
* [Golangbot](https://golangbot.com/learn-golang-series/) - Tutorials to get started with programming in Go.
* [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
* [Your basic Go](http://yourbasic.org/golang) - Huge collection of tutorials and how to's