• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H03-May-2022-

doc/H03-May-2022-4,8753,491

pkg/H02-Nov-2018-11120

src/H02-Nov-2018-1,500,9741,189,419

AUTHORSH A D26-Oct-201840.3 KiB1,1081,104

CONTRIBUTING.mdH A D26-Oct-20181.5 KiB4126

CONTRIBUTORSH A D26-Oct-201854.3 KiB1,4461,442

LICENSEH A D26-Oct-20181.4 KiB2824

PATENTSH A D26-Oct-20181.3 KiB2320

README.mdH A D26-Oct-20181.6 KiB4630

VERSIONH A D26-Oct-201824 11

README.md

1# The Go Programming Language
2
3Go is an open source programming language that makes it easy to build simple,
4reliable, and efficient software.
5
6![Gopher image](doc/gopher/fiveyears.jpg)
7*Gopher image by [Renee French][rf], licensed under [Creative Commons 3.0 Attributions license][cc3-by].*
8
9Our canonical Git repository is located at https://go.googlesource.com/go.
10There is a mirror of the repository at https://github.com/golang/go.
11
12Unless otherwise noted, the Go source files are distributed under the
13BSD-style license found in the LICENSE file.
14
15### Download and Install
16
17#### Binary Distributions
18
19Official binary distributions are available at https://golang.org/dl/.
20
21After downloading a binary release, visit https://golang.org/doc/install
22or load doc/install.html in your web browser for installation
23instructions.
24
25#### Install From Source
26
27If a binary distribution is not available for your combination of
28operating system and architecture, visit
29https://golang.org/doc/install/source or load doc/install-source.html
30in your web browser for source installation instructions.
31
32### Contributing
33
34Go is the work of hundreds of contributors. We appreciate your help!
35
36To contribute, please read the contribution guidelines:
37	https://golang.org/doc/contribute.html
38
39Note that the Go project does not use GitHub pull requests, and that
40we use the issue tracker for bug reports and proposals only. See
41https://golang.org/wiki/Questions for a list of places to ask
42questions about the Go language.
43
44[rf]: https://reneefrench.blogspot.com/
45[cc3-by]: https://creativecommons.org/licenses/by/3.0/
46