[google-appengine] Setting up Go in eclipse for GAE

2012-03-31 Thread Jonathan B
I'm trying desperately to get working on an app I need to write in Go rather than Java. However I have no idea where to start installing. The tutorials on the various sites of Go, Goclipse and GAE are very confusing. Some are for old versions. Others I simply don't understand the wording. Is there

Re: [google-appengine] Setting up Go in eclipse for GAE

2012-03-31 Thread Wilson MacGyver
I assume you are on osx. In my case, getting it to run consist of download the file, unzip it, mkdir your new app directory and run dev app server pointed to it. I haven't used any IDE doing it however On Mar 31, 2012, at 4:52 PM, Jonathan B wrote: > I'm trying desperately to get working on a