search

Loading
Showing posts with label executing golang programs. Show all posts
Showing posts with label executing golang programs. Show all posts

Thursday, June 6, 2013

How to install go language tools in ubuntu

In the latest version of Ubuntu, the go language tools may be already available in the repos. In that case try,

   sudo apt-get install golang

If it is not working, add go tools PPA and install it.

Wednesday, June 5, 2013