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

..03-May-2022-

bin/H03-May-2022-

lib/time/H20-Mar-2020-4931

misc/H20-Mar-2020-2,6351,800

pkg/H20-Mar-2020-11825

src/H20-Mar-2020-1,671,3191,332,825

AUTHORSH A D20-Mar-202054.1 KiB1,4801,475

CONTRIBUTING.mdH A D20-Mar-20201.3 KiB3622

CONTRIBUTORSH A D20-Mar-202088 KiB2,3322,328

LICENSEH A D20-Mar-20201.4 KiB2824

PATENTSH A D20-Mar-20201.3 KiB2320

README.mdH A D20-Mar-20201.6 KiB4529

SECURITY.mdH A D20-Mar-2020397 148

VERSIONH A D20-Mar-20206 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](./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](./doc/install-source.html)
30in your web browser for source installation instructions.
31
32### Contributing
33
34Go is the work of thousands 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 uses the issue tracker for bug reports and
40proposals only. See https://golang.org/wiki/Questions for a list of
41places to ask questions about the Go language.
42
43[rf]: https://reneefrench.blogspot.com/
44[cc3-by]: https://creativecommons.org/licenses/by/3.0/
45