Log in Register now
Main » Articles » Programming » Golang

Entries in category: 2
Shown entries: 1-2

Sort by: Date · Name · Rating · Comments · Views

GolangGolang: 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

GolangSet up Golang SDK for IntelliJ IDEA on CentOS

/usr/local/go/pkg/linux_amd64 path should be chosen.