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/tools/cmd/stringer: error message is less clear than that of go build when there's a build error due to multiple package names in same directory
- cmd/go: go get -u can't upgrade packages with invalid or non-existent versions in go.mod
- net/http: ServeFile may return 404 on temporary FS errors (such as »too many open files«)
- cmd/compile: failures with "wait: no child processes" on solaris-amd64-oraclerel since 2021-04-02
- cmd/cgo: generates incorrect int constants from #define with cast to ulong typedef with clang
- runtime: unexpected failure and garbage data when c-shared Go DLL on Windows receives CtrlBreak signal concurrently with runtime initialization
- x/build: solaris-amd64-oraclerel failures with "no space left on device"
- doc: Effective Go section about Errors uses type assertion without mentioning errors.As
- net/http/pprof: assess and document security implications of the goroutines endpoint
- os/signal: Reset doesn't reset ignored signals
- Docs
- Go not yet supported