Installing Go Lang Get link Facebook X Pinterest Email Other Apps May 18, 2017 Setting custom GOPATH https://github.com/golang/go/wiki/SettingGOPATH Get link Facebook X Pinterest Email Other Apps Comments
Setting up debugging environment for gogland May 18, 2017 Run -> Edit configurations -> Default -> Go Application Run kind to package Package path to your main src file like main Setup debugging environment by right click project folder -> Build and Run And then create debug icon as shown in the figure Read more
Useful commands May 18, 2017 See the current Go path go env GOPATH Run a single go file go run filename.go build the final go application go build Read more
Comments
Post a Comment