For those of you who want to see the source code, here is a link to the github repo. Feel free to fork, and do what you like to make it better for you. <a href="https://github.com/kencochrane/golang-on-dotcloud" rel="nofollow">https://github.com/kencochrane/golang-on-dotcloud</a>
Nice. I have not tried dotcloud since it first came out and the command line and docs were just not ready for prime time.<p>I have to say things are hugely improved since then and at least on par with Heroku and with much more fine grained control over costs. Great work!
> I was sad to find out that there were not many options for hosting Go applications. It seems you could run your own server (VPS, etc) or you could deploy to Google App Engine.<p>Heroku also supports Go: <a href="https://gist.github.com/299535bbf56bf3016cba" rel="nofollow">https://gist.github.com/299535bbf56bf3016cba</a>
I'm still new to Go, so I'm sure there are ways to make this much better, so if you have any suggestions, please let me know. This was done during a hack day, so I know there are improvements that can be made.