Go: install golang on windows

TrablaGo: install golang (1.6) on windows


Go install golang on windows 7
Go (often referred to as golang) is an open source programming language developed at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson. Designed primarily for systems programming, it is a compiled, statically typed language in the tradition of Algol and C, with garbage collection, limited structural typing, memory safety features and CSP-style concurrent programming features added.

The language was announced in November 2009; it is used in some of Google's production systems,[ as well as by other firms. Two major implementations exist: Google's Go compiler, "gc", is developed as open source software and targets various platforms including Linux, OS X, Windows, various BSD and Unix versions, and since 2015 also mobile devices, including smartphones. A second compiler, gccgo, is a GCC frontend. The "gc" toolchain is self-hosting since version 1.5.
https://en.wikipedia.org/wiki/Go_(programming_language)



Solving:

1. Download Go Lang windows installer from here
https://golang.org/dl/

Go install golang on windows 7 tutorial screenshot 1

Go install golang on windows 7 tutorial screenshot 2

2. Run Go Lang installer

Go install golang on windows 7 tutorial screenshot 3

Go install golang on windows 7 tutorial screenshot 4


3. GoLang installation wizard - "welcome" screen - click "Next"

Go install golang on windows 7 tutorial screenshot 5

4. "End-User License Agreement" screen - click "Next" button

Go install golang on windows 7 tutorial screenshot 6

5. "Destination Folder" screen - click "Next" button
( by default GoLang will be instlalled into C:\Go\ folder )

Go install golang on windows 7 tutorial screenshot 7

6. "Ready to install Go Programming lang ... " screen - click "Install" button

Go install golang on windows 7 tutorial screenshot 8

7. Installing in progress ...

Go install golang on windows 7 tutorial screenshot 9

8. Done. Hooray !!!

Go install golang on windows 7 tutorial screenshot 10

9. Check Go Lang version in windows promt - open command line and type
go version

Go install golang on windows 7 tutorial screenshot 11

No comments:

Post a Comment