go
https://github.com/golang/go
Go
The Go programming language
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported941 Subscribers
View all SubscribersAdd a CodeTriage badge to go
Help out
- Issues
- cmd/go: `go mod tidy -diff` will sometimes complain about things `go mod tidy` silently ignores
- math/big: improve big.Int.Exp for moderate-size inputs / fix minor bugs
- proposal: reflect: add Type.CanSeq0 and Value.Seq0
- cmd/compile: fix typo in comment
- cmd/vet,x/tools/go/analysis/passes/printf: false positive on "does not support error-wrapping directive %w" on Sprintf-and-Errorf-wrapper
- encoding/json/v2: performance regression when umarshalling in []any
- os: some examples use functions obviated by errors.Is
- crypto/tls: remove minimum version requirement for tls.Config used for QUIC
- syscall: add Landlock support for execve() on Linux
- crypto/mldsa: new package
- Docs
- Go not yet supported