The Go Project
Go is an open source project developed by a team atGoogle and manycontributors from the open source community.Go is distributed under aBSD-style license.
Version history
Release History
Asummary of the changes between Go releases.
Go 1 and the Future of Go Programs
What Go 1 defines and the backwards-compatibility guarantees one can expect as Go 1 matures.
Developer Resources
Source Code
Check out the Go source code.
Discussion Mailing List
A mailing list for general discussion of Go programming.
Questions about using Go or announcements relevant to other Go users should be sent togolang-nuts.
Developer Mailing List
Thegolang-devmailing list is for discussing code changes to the Go project.
Code Review Mailing List
Thegolang-codereviewsmailing list is for actual reviewing of the code changes (CLs).
Checkins Mailing List
A mailing list that receives a message summarizing each checkin to the Go repository.
Build Status
View the status of Go builds across the supported operatingsystems and architectures.
FAQ
Answers to common questions about Go.
How you can help
Reporting issues
If you spot bugs, mistakes, or inconsistencies in the Go project's code ordocumentation, please let us know byfiling a ticketon ourissue tracker.(Of course, you should check it's not an existing issue before creatinga new one.)
We pride ourselves on being meticulous; no issue is too small.
Security-related issues should be reported tosecurity@golang.org.
See thesecurity policy for more details.
Community-related issues should be reported toconduct@golang.org.See theCode of Conduct for more details.
Contributing code & documentation
Go is an open source project and we welcome contributions from the community.
To get started, read thesecontributionguidelines for information on design, testing, and our code review process.
Checkthe tracker foropen issues that interest you. Those labeledhelp wantedare particularly in need of outside help.