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
- os: ReadDir on regular file returns ERROR_PATH_NOT_FOUND instead of ENOTDIR
- x/pkgsite: no horizontal scroller on <pre> text containing function signature on overflow
- cmd/compile: Optimise branches that could be behind other branches, to avoid running those branches when known to be false
- cmd/vet: warn about concurrent modification of a map (values added in a for loop)
- cmd/go: add an option for `go test` to test all packages in the current module
- cmd/vet, cmd/go: vet crashes for long paths in Windows, affecting go test
- cmd/go: improve pattern matching in script_test stdout, stderr and grep commands
- database/sql: document that Rows.Close must be called
- go/build: Module support is disabled when ReleaseTags don't match the default.
- net: clarify return values from Lookup* calls
- Docs
- Go not yet supported