I am starting to learn go programing language. I have installed zeus, and eclipse/goclipse. (I like text editor, however i did not find any instructions to plug in with go and compile it).
Now, on eclipse I ran a basic hello world
and I am getting this:"Executable source files must be in the 'cmd' folder"
-
GOROOT
set onc:\Go\
-
GOOS
set onwindows
, -
GOARCH
set on386
(I forgot my system, I have windows 32bit) -
Go
tool path (go) set on auto"c:\go\bin\go.exe"
- Go formatter path set on auto
- (gofmt)auto
"c:\go\bin\gofmt.exe"
- and Go documentor path (godoc) set on auto "c:\go\bin\godoc.exe"
- finally the GOPATH is empty.
I was following instructions on here http://code.google.com/p/goclipse/wiki/InstallationInstructions and here http://code.google.com/p/goclipse/wiki/GettingStarted.
Now, on the second link says cmd on the explorer window, there is no "cmd" there is bin, pkg, and src. If you can see why i have the error code, i appreciated a million and thank you veeery much in advance. If anyone can help me set up either vim, or text editor to use with go i can go that route as well. Also, i forgot one more thing, like Socrates says, i know nothing hehe so if you could tell me step at a time to fix as i am proud to be noob. Thanks for reading and sorry about the long text because i wanted to give as much detail as possible. Mar, Thanks, again.