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 supported935 Subscribers
View all SubscribersAdd a CodeTriage badge to go
Help out
- Issues
- x/crypto/blake2b: provide reset that allows specifying a new key
- spec: clarify range over maps will produce every non-deleted entry avaiable when it starts
- cmd/go: go generate should be more resilient to source changes
- cmd/compile: redundant typecheck errors when using map[T]func(Undefined)
- net/http, x/net/http2: TCP connection is not closed after http client request times out after missing RST (TCP) or GOAWAY(HTTP/2) frame
- cmd/go, net, runtime: TestScript flake with "Failed to find getsockname procedure in ws2_32.dll: The specified procedure could not be found."
- cmd/compile: -d=checkptr doesn't detect invalid pointer fields in converted pointers-to-structs
- x/mobile: Add support for callback blocks in ObjC reverse bindings with matching Go function signatures
- x/mobile: `gobind` reverse binding won't compile for ObjC instance properties returning supported value types
- proposal: x/tools/go/analysis/vet: export cmd/vet's []*Analyzer suite
- Docs
- Go not yet supported