Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
api/ | 05-Oct-2017 | ||
AUTHORS | 05-Oct-2017 | 32.5K | |
bin/ | 05-Oct-2017 | ||
CONTRIBUTING.md | 05-Oct-2017 | 1.3K | |
CONTRIBUTORS | 05-Oct-2017 | 44.6K | |
doc/ | 05-Oct-2017 | ||
favicon.ico | 05-Oct-2017 | 5.6K | |
lib/ | 05-Oct-2017 | ||
LICENSE | 05-Oct-2017 | 1.4K | |
misc/ | 05-Oct-2017 | ||
PATENTS | 05-Oct-2017 | 1.3K | |
pkg/ | 05-Oct-2017 | ||
README.md | 05-Oct-2017 | 1.4K | |
robots.txt | 05-Oct-2017 | 26 | |
src/ | 05-Oct-2017 | ||
test/ | 05-Oct-2017 | ||
VERSION | 05-Oct-2017 | 5 |
1 # The Go Programming Language 2 3 Go is an open source programming language that makes it easy to build simple, 4 reliable, and efficient software. 5 6 ![Gopher image](doc/gopher/fiveyears.jpg) 7 8 Our canonical Git repository is located at https://go.googlesource.com/go. 9 There is a mirror of the repository at https://github.com/golang/go. 10 11 Unless otherwise noted, the Go source files are distributed under the 12 BSD-style license found in the LICENSE file. 13 14 ### Download and Install 15 16 #### Binary Distributions 17 18 Official binary distributions are available at https://golang.org/dl/. 19 20 After downloading a binary release, visit https://golang.org/doc/install 21 or load doc/install.html in your web browser for installation 22 instructions. 23 24 #### Install From Source 25 26 If a binary distribution is not available for your combination of 27 operating system and architecture, visit 28 https://golang.org/doc/install/source or load doc/install-source.html 29 in your web browser for source installation instructions. 30 31 ### Contributing 32 33 Go is the work of hundreds of contributors. We appreciate your help! 34 35 To contribute, please read the contribution guidelines: 36 https://golang.org/doc/contribute.html 37 38 Note that the Go project does not use GitHub pull requests, and that 39 we use the issue tracker for bug reports and proposals only. See 40 https://golang.org/wiki/Questions for a list of places to ask 41 questions about the Go language. 42