Tuesday, 11 August 2015

Configuring Go

For Windows:-> Search environment variable in control panel and create a new one as shown in below.
After GOROOT, search for Path in system variable. Append it with ";c:\go\bin"


For Mac/Linux:-> Open terminal and type "cd ; cat >> .profile".


After if you successfully configured GO. Type "go version" in CMD or Terminal.

Do comment, if it worked/Not worked for you.

No comments:

Post a Comment