========== Develop Go ========== Compile Golang from Source ========================== .. highlight:: bash Get the source:: $ git clone https://github.com/golang/go.git Compile it:: $ cd go/src $ ./make.bash # Without running tests $ ./all.bash # Run all tests