Go Language Readme (The Go Programming Language Readme)

Source: Internet
Author: User
Tags gopher
This is a creation in Article, where the information may have evolved or changed.

Disclaimer: This article is for the author to Practice English translation exercises, the original owner and the author does not have any relationship, translation results do not represent the original view of the owner. The author does not guarantee the correctness of the translation, any form of any reference to this article, are irresponsible and absurd behavior, resulting in the consequences of the author is not responsible.

Original link
belongs to :golang/go

Go is a open source programming language that makes it easy to build simple,reliable, and efficient software.

Go is an open-source programming language that makes it easy to develop simple, reliable, and efficient software.

Go language mascot Gopher (Gopher, a gopher from North America)

For documentation What to install and use Go, visit https://golang.org/or load doc/install-source.html in your Web B Rowser.

If you want to know how to install and use the Go language, please visit https://golang.org/, or open the doc/install-source.html file under the project in your browser.

Our canonical Git repository are located at Https://go.googlesource.com/go. There is a mirror of the repository at Https://github.com/golang/go.

Our authoritative git repository is located in Https://go.googlesource.com/go. There is also a warehouse image in the https://github.com/golang/go.

Go is the work of hundreds of contributors. We appreciate your help!

The go language is the result of the selfless dedication of hundreds of thousands of participants, and we value and appreciate your help!

To contribute, please read the contribution guidelines:https://golang.org/doc/contribute.html

If you are willing to contribute a share, please see the Contribution guide: https://golang.org/doc/contribute.html

Note that we don't accept pull requests and, the issue tracker for bugs reports and proposals only. Please ask questions on https://forum.golangbridge.org or https://groups.google.com/forum/#!forum/golang-nuts.

Note that we do not accept merge requests, we only use issue tracking to process bug reports and recommendations. Please ask questions on https://forum.golangbridge.org or https://groups.google.com/forum/#!forum/golang-nuts.

Unless otherwise noted, the Go source files is distributed under the Bsd-style license found in the license file.

Unless otherwise noted, the source files for the Go Language SDK are distributed in accordance with the BSD license, and you can review the detailed terms of the BSD license in the license file.

Binary Distribution Notes

Description of the binary file distribution

If you had just untarred a binary Go distribution, you need to set the environment variable $GOROOT to the full path of T He go directory (the one containing this file). Can omit the variable if you unpack it into/usr/local/go, or if you rebuild from sources by running All.bash (see doc /install-source.html). You should also add the "Go binary directory $GOROOT/bin to your shell ' s path.

If you just unzipped a Go Language SDK distribution file, you need to set the environment variable $goroot as the full path to the directory where the SDK is located, if you unzip it to the/usr/local/go directory, or you run the All.bash file (see doc/ install-source.html) recompile, you can omit this step. You also need to add the directory where the executable files in the toolkit $GOROOT/bin to your terminal path.

For example, if you extracted the tar file into $HOME/go, you might put the following in your. Profile:

For example, if you unzip the compressed file to $HOME/go, you should add the following statement to your. Profile file:

Export goroot= $HOME/goexport path= $PATH: $GOROOT/bin

See Https://golang.org/doc/install or doc/install.html for more details.

If you want to learn more, please visit https://golang.org/doc/install or view doc/install.html.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.