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/

2 comments:

  1. I was looking at this a few years back. Need to check it out again.

    ReplyDelete
  2. Shogan 将軍 George Yeah, it got a lot of press when it came out and I looked at it briefly myself at the time. It wasn't for me, but it has gotten quite popular in some circles.

    ReplyDelete