This repository provides information for go developing.
1.information about go installing please refer to go_install.sh
prepare:
download go install package (go*.tar.gz) and put it in the dir ~/Download/
go to the dir where file “go_install.sh” exist in terminal
run go_install.sh with “./go_install.sh”
go_install.sh including the following shell functions:
1.installing go to "/usr/local/goroot/go";
2.config GOROOT/GOPATH in file "~/.bashrc"
GOROOT=/usr/local/goroot/go
GOPATH=~/Desktop/GoProject/GoWeb
3.downloading default GoWeb example!