Tidak Ada Deskripsi

Michael Matloob 220bc44a4c [dev.cmdgo] all: merge master (67f7e16) into dev.cmdgo 3 tahun lalu
.github db66972359 .github: add link to questions in ISSUE_TEMPLATE 4 tahun lalu
api 2a19333716 net: reduce allocations for UDP send/recv on Windows 3 tahun lalu
doc aeec6dbfe0 spec: add example for method value in case of embedded method 3 tahun lalu
lib 48dfddbab3 lib/time: fix RFC 6557 url 3 tahun lalu
misc df9c5d8f5d cmd/cgo: fix unused parameter warnings in generated _cgo_main.c 3 tahun lalu
src 220bc44a4c [dev.cmdgo] all: merge master (67f7e16) into dev.cmdgo 3 tahun lalu
test d7e2e2ec2b cmd/compile: delay fillinMethods to deal with mutually-recursive types 3 tahun lalu
.gitattributes ee379d2b08 all: treat all files as binary, but check in .bat with CRLF 4 tahun lalu
.gitignore 95ed5c3800 internal/buildcfg: move build configuration out of cmd/internal/objabi 3 tahun lalu
AUTHORS 272552275f A+C: update name 3 tahun lalu
CONTRIBUTING.md 4c4ce3dc79 all: restore changes from faulty merge/revert 6 tahun lalu
CONTRIBUTORS 39634e7dae CONTRIBUTORS: update for the Go 1.17 release 3 tahun lalu
LICENSE d0c1888739 doc: revert copyright date to 2009 8 tahun lalu
PATENTS 4468e5b376 LICENSE: separate, change PATENTS text 14 tahun lalu
README.md 6f3da9d2f6 README: pull gopher image from website 3 tahun lalu
SECURITY.md f7a00c9906 SECURITY.md: update go versions 5 tahun lalu
codereview.cfg 6dc2c16f95 [dev.cmdgo] codereview.cfg: add config for dev.cmdgo 3 tahun lalu

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 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 for source installation instructions.

Contributing

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

To contribute, please read the contribution guidelines at 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.