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 supported949 Subscribers
View all SubscribersAdd a CodeTriage badge to go
Help out
- Issues
- cmd/compile: prove misscompilation in slicemask folding leaves garbage in the upper half of the 32bits of the register when slicing a slice by a non constant value that is `< cap` [1.25 backport]
- cmd/compile: prove misscompilation in slicemask folding leaves garbage in the upper half of the 32bits of the register when slicing a slice by a non constant value that is `< cap` [1.26 backport]
- cmd/compile: crash the compiler if trying to pass a generic value of different sizes into each other
- runtime: concurrent map read and map write with sync.RWMutex on ppc64le [1.25 backport]
- runtime: concurrent map read and map write with sync.RWMutex on ppc64le [1.26 backport]
- x/tools/gopls: bad type parameters from code action to declare missing interface methods
- crypto/tls: HelloRetryRequest accepts changed PSK identities on second ClientHello
- crypto/tls: SupportsCertificate can disagree with TLS 1.2 signature rules
- crypto/x509: CreateCertificate accepts serial number zero
- crypto/x509: ParseCertificate accepts rfc822Name values with empty domains
- Docs
- Go not yet supported