[go-nuts] Re: How to learn golang web development

2017-10-15 Thread Christoph Berger
"Learn to Create Web Applications using Go" offers both a course and a book about the topic. I have the book and love it, and the course also looks impressive from what I can see on the landing page. On Thursday, October 12, 2017 at 3:39:32 PM UTC+2, snakes wrote: >

Re: [go-nuts] Re: How to learn golang web development

2017-10-14 Thread Sameer Ajmani
There's also a Udemy course: https://www.udemy.com/go-programming-language/ On Sat, Oct 14, 2017 at 6:12 AM Simon Ritchie wrote: > > Not a book, but a simple working example. > > My scaffolder tool generates a web server in source code from a > specification. > >

[go-nuts] Re: How to learn golang web development

2017-10-14 Thread Simon Ritchie
Not a book, but a simple working example. My scaffolder tool generates a web server in source code from a specification. https://github.com/goblimey/scaffolder The distribution includes an example specification, so you can just download the tool, run the example and look at the result.