Reproduced in http://www.gixing.com/index.php? P = 55
On Tuesday, Google announced the release of a new open-source code called go.Programming LanguageTo optimize applications of complex and multi-processor systems.ProgramProgramming. For more information, see go, a new open-source programming language.
I wanted to go to the official website to experience the charm of the Go language. I only saw the homepage and could not browse other content. In desperation, you can only explore. Finally, with the help of Google's great gods, I have found some opportunities. Thank you for your appreciation.
1. First, you must download a version control tool that has never been heard of mercurial (this is the go version control tool), as shown below: http://mercurial.selenic.com/
2. After the installation is complete, Run "cmd" to start the command line window.
3. Verify that mercurial is successfully installed. For example, if you type the command Hg, the installation is successful if the normal description page appears. As shown in:
4. Download goSource codeHg clone-r release https://go.googlecode.com/hg/ go
5. I wanted to perform the next compilation. The downloaded Doc found that the language change can only be compiled in a Linux-like system.
So, so far, follow up on the experience in the Linux environment.