Showing posts with label golang. Show all posts
Showing posts with label golang. Show all posts

Tuesday, 22 November 2016

Installing Google's "GO" programming language on Linux

Installing Google's "GO" programming language on Linux

For anyone interested in checking out the GO language under Linux, here's an article with some fairly generic instructions.

For OpenSUSE users it's much simpler.
Open a root shell and type
zypper in go
then approve the packages listed which should be "go" and "go-doc".
Enjoy.

#Linux   #development   #programming   #golang  
http://www.tecmint.com/install-go-in-linux/