My Intellij IDEA
is v15.0.1
community edition, and has been installed with golang-plugin. My Golang
workspace is like this:
GOPATH=C:\Work\gocode
(1) Select “Create New Project
“:
(2) Select “Go
“, then “Next
“:
(3) Select “SDK
“, then “Next
“:
(4) The important step coming! The up setting is for storing IDEA
project files, while the down is for Golang
workspace, then “Finish
“:
(5) Now, use Intellij IDEA
as a Golang
IDE:
Why can’t I compile multi go source code file?
Could http://stackoverflow.com/questions/32508254/go-in-intellij-idea-multiple-file-and-error-undefined-data help?