Hi,
I created a project dir like below:
-Root
--bin
--pkg
--src
--main.go
My GOPATH is set to $GOPATH, two levels above Root, when I right click on main.go and try to run as Go application, I keep getting the following error: Resource doesn't have a correspoiding Go package
I do not know why I cannot run this simple program, any help is greatly appreciated.
Thanks