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 supported933 Subscribers
View all SubscribersAdd a CodeTriage badge to go
Help out
- Issues
- cmd/link: -buildmode=pie binaries fail to run on s390x
- cmd/fix, x/tools/internal/refactor/inline: inlining 1 << f() may produce a constant (1 << 123) that is too large
- cmd/fix: `go fix` does not inline nested inlines
- cmd/fix: `go fix` adds duplicate imports if dot-imports are used
- cmd/fix: `go fix` and `go fix -diff` report the "reverse" results
- testing: memory corruption leading to panic
- testing/fstest: TestFS lacks check of File.Stat() on root
- testing: within a B.Loop loop, assigning function result to _ allows body to be optimized away (1.26 regression) [1.26 backport]
- testing/synctest: ThreadSanitizer: CHECK failed
- proposal: cmd/fix: add `//go:fix remove` directive for obsolete calls
- Docs
- Go not yet supported