On Thursday, October 11, 2012 11:11:23 AM UTC-7, Tom Burke wrote:
I wanted to share this for anyone looking for examples of companies/products using Go, and to thank the Go team and community for the great support you provide. My company recently developed a hosted continuous integration service. Both the website and back-end services are entirely written in Go. It has worked out great so far.
We've open sourced a few Go projects that we're using internally (planning to add more soon):
go.stripe - A package for processing Stripe payments
routes - An easy to use http routing / middleware package
jkl - a Go port of Jekyll. We use it for generating our docs and blog.
Would appreciate any feedback on the open source projects, or on the continuous integration service itself (it's free for open source). Website is:
https://drone.io
Thanks,
Tom
Awesome. Just set this up for one of my projects and it was totally painless :) Great work.