Main » Articles » Programming » Golang |
Entries in category: 2 Shown entries: 1-2 |
Sort by: Date · Name · Rating · Comments · Views
Golang → Golang: Setup GOROOT on CentoOS
export GOPATH=/usr/local/go
export GOROOT=$HOME/go
export PATH=$PATH:$GOROOT/bin In IntelliJ IDEA
File -> Project Structure -> SKDs: Add to the classpath /usr/local/go/src
export GOROOT=$HOME/go
export PATH=$PATH:$GOROOT/bin In IntelliJ IDEA
File -> Project Structure -> SKDs: Add to the classpath /usr/local/go/src
Golang → Set up Golang SDK for IntelliJ IDEA on CentOS
/usr/local/go/pkg/linux_amd64 path should be chosen.