You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
api v811_spc009_project 4 months ago
bin v811_spc009_project 4 months ago
doc v811_spc009_project 4 months ago
lib/time v811_spc009_project 4 months ago
misc v811_spc009_project 4 months ago
pkg v811_spc009_project 4 months ago
src v811_spc009_project 4 months ago
test v811_spc009_project 4 months ago
AUTHORS v811_spc009_project 4 months ago
CONTRIBUTING.md v811_spc009_project 4 months ago
CONTRIBUTORS v811_spc009_project 4 months ago
LICENSE v811_spc009_project 4 months ago
PATENTS v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
SECURITY.md v811_spc009_project 4 months ago
VERSION v811_spc009_project 4 months ago
favicon.ico v811_spc009_project 4 months ago
robots.txt v811_spc009_project 4 months ago

README.md

The Go Programming Language

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

Gopher image Gopher image by Renee French, licensed under Creative Commons 3.0 Attributions license.

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.

Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.

Download and Install

Binary Distributions

Official binary distributions are available at https://golang.org/dl/.

After downloading a binary release, visit https://golang.org/doc/install or load doc/install.html in your web browser for installation instructions.

Install From Source

If a binary distribution is not available for your combination of operating system and architecture, visit https://golang.org/doc/install/source or load doc/install-source.html in your web browser for source installation instructions.

Contributing

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

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

Note that the Go project uses the issue tracker for bug reports and proposals only. See https://golang.org/wiki/Questions for a list of places to ask questions about the Go language.