Added a guide to Golang e-commerce (#2425)

* Added a guide to Golang e-commerce

* Alphabetical order
This commit is contained in:
Nathan Thompson 2019-04-26 07:46:20 -04:00 committed by Ceriath
parent bbb99b0b00
commit 8e7c04f72d

View File

@ -2202,6 +2202,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
### Tutorials
* [50 Shades of Go](http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/) - Traps, Gotchas, and Common Mistakes for New Golang Devs.
* [A Guide to Golang E-Commerce](https://snipcart.com/blog/golang-ecommerce-ponzu-cms-demo?utm_term=golang-ecommerce-ponzu-cms-demo) - Building a Golang site for e-commerce (demo included).
* [A Tour of Go](http://tour.golang.org/) - Interactive tour of Go.
* [Build web application with Golang](https://github.com/astaxie/build-web-application-with-golang) - Golang ebook intro how to build a web app with golang.
* [Building Go Web Applications and Microservices Using Gin](https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin) - Get familiar with Gin and find out how it can help you reduce boilerplate code and build a request handling pipeline.