High quality web application examples

Drone.io (https://drone.io/) - a CI service - has their entire web application on GitHub: https://github.com/drone/drone/tree/master/server

It’s a good example of a top to bottom web application in Go with tests, a separate DB interface, templating, etc.

5 Likes