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 supported896 Subscribers
View all SubscribersAdd a CodeTriage badge to go
Help out
- Issues
- cmd/link: ELF `e_flags` does not contain `EF_ARM_VFP_FLOAT` on armv7l when statically linked
- x/tools/gopls: be more strict in matching diagnostics and quick fixes in regression tests
- cmd/go: improve diagnostic and documentation for invalid //go:embed file name
- cmd/go: consider matching newly added _goos.go, _goarch.go or _goos_goarch.go suffixes based on go.mod go version (rather than Go toolchain version only)
- testing, cmd/go: dependencies in init functions are not recorded in the 'go test' cache key
- cmd/compile: open-coded defers keep pointer arguments alive past the deferred call
- net/url: can't roundtrip path-only url with double leading slash
- encoding/json: increment byte counter when using decoder.Token
- cmd/compile: avoidable construction of stack objects
- x/tools/gopls: apply internal rules to packages named internal
- Docs
- Go not yet supported