X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=README.md;h=98f968218e542560e2e6d5b4bbf71ee413908a16;hb=HEAD;hp=478021e151239c34d8750ff11cfde8432735585e;hpb=495e02db8c6e080504f03525daffa4c8f19a7b03;p=gostls13.git diff --git a/README.md b/README.md index 478021e151..98f968218e 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,42 @@ # The Go Programming Language -![Gopher image](doc/gopher/fiveyears.jpg) +Go is an open source programming language that makes it easy to build simple, +reliable, and efficient software. -For documentation about how to install and use Go, -visit http://golang.org/ or load doc/install-source.html -in your web browser. +![Gopher image](https://golang.org/doc/gopher/fiveyears.jpg) +*Gopher image by [Renee French][rf], licensed under [Creative Commons 4.0 Attributions license][cc4-by].* Our canonical Git repository is located at https://go.googlesource.com/go. -(There is a mirror of the repository at https://github.com/golang/go.) +There is a mirror of the repository at https://github.com/golang/go. -Please report issues here: https://github.com/golang/go/issues +Unless otherwise noted, the Go source files are distributed under the +BSD-style license found in the LICENSE file. -Go is the work of hundreds of contributors. We appreciate your help! +### Download and Install -To contribute, please read the contribution guidelines: - http://golang.org/doc/contribute.html +#### Binary Distributions -Unless otherwise noted, the Go source files are distributed -under the BSD-style license found in the LICENSE file. +Official binary distributions are available at https://go.dev/dl/. --- +After downloading a binary release, visit https://go.dev/doc/install +for installation instructions. -## Binary Distribution Notes +#### Install From Source -If you have just untarred a binary Go distribution, you need to set -the environment variable $GOROOT to the full path of the go -directory (the one containing this README). You 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.html). -You should also add the Go binary directory $GOROOT/bin -to your shell's path. +If a binary distribution is not available for your combination of +operating system and architecture, visit +https://go.dev/doc/install/source +for source installation instructions. -For example, if you extracted the tar file into $HOME/go, you might -put the following in your .profile: +### Contributing - export GOROOT=$HOME/go - export PATH=$PATH:$GOROOT/bin +Go is the work of thousands of contributors. We appreciate your help! -See https://golang.org/doc/install or doc/install.html for more details. +To contribute, please read the contribution guidelines at https://go.dev/doc/contribute. +Note that the Go project uses the issue tracker for bug reports and +proposals only. See https://go.dev/wiki/Questions for a list of +places to ask questions about the Go language. + +[rf]: https://reneefrench.blogspot.com/ +[cc4-by]: https://creativecommons.org/licenses/by/4.0/