Disclaimer: I'm a Koding developer
I just want to say that you can use
https://koding.com, which has a web terminal with an access to a free vm (ubuntu with sudo capabilities), filetree for you files and online editor with vim/emacs mode that has Go syntax highlighting.
Currently Go 1.1.1 is pre-installed in every our VM. But upgrading to another version is very easy. Just download the latest .deb.
Here is an example screenshot to show how easy it is done:
http://d.pr/i/CMJL (I've just upgraded from 1.1.1 to 1.2rc1, as you see it's very easy because of the web
And here is a screenshot of an example webserver code in our online editor with GO highlighting:
http://d.pr/i/6lik
* The best part is, you can easily do go get whenever you want! You have full terminal.
* You can easily work with packages like net/http, because every Koding user has custom domain like:
foo.kd.io, that means just spin up your go serve and test it.
I use it on daily basis to test our apps. Yes we are using Go very extensively in Koding.
* With the teamwork app, you can share your code with your friends, code together and share the same terminal
Let me know if you have other questions
Regards
--
Fatih Arslan
On 15 June 2013 Saturday at 11:16, Ollie Castle wrote:
> I have done a fairly thorough search of the internet to see if I could find one of the onlines IDE's like cloud 9 to see if any of them supported Go but without any luck and I was wondering if any one knew of an online edit that supported Go?
>
> --
> You received this message because you are subscribed to the Google Groups "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
golang-nuts...@googlegroups.com (mailto:
golang-nuts...@googlegroups.com).