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/go: uses of os/exec can trigger fuzz failures when stopping via ^C
- cmd/compile: consider to add move-like optimization for some string<->[]byte operations
- runtime: TestCgoCrashHandler failure on windows-amd64-2008 with "runtime: failed to create new OS thread"
- cmd/objdump: TestDisasmCode failures with "No such file or directory" during linking on AIX
- cmd/compile/internal/amd64: huge performance degradation (register allocation issue?)
- math/big: Is it necessary to limit the value of the prec parameter in some methods, or to add explicit hints?
- path/filepath: WalkDir pass unclean path to WalkDirFunc while using unclean root
- cmd/go: stamp the pseudo-version in builds generated by `go build`
- net/http: server sets TCPConn writebuf through ConnContext hook will block the send of a big response body
- io: ReadAll buffer resizing is inefficient
- Docs
- Go not yet supported