Basic GoLang staff
Steps before clone and run with older Go version
- If you have no projects on go create any dir
- Create subfolder bin,src,pkg
- For normnal goLang packaging via github create github.com
- In github.com directory create a directory named as your username on GitHub(for packaging)
- Clone from git in github.com//
- Setup gopath to the dir with src bin pkg
- When all set do go get or go install(setup GOBIN to bin dir before you run)