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
- runtime/race: panic+recover in init() adds extra info to data race stack traces in main()
- x/tools/gopls: add comma when completing the value of a key-value expression
- cmd/go: add pprof subcommand
- cmd/go: stop writing pkg.test executable in directory when profiling?
- cmd/go: install pkg@version with GOFLAGS=-mod=vendor causes error
- proposal: encoding/json: allow defining which fields will be marshalled
- cmd/cgo: absolute Unix paths in CFLAGS are converted to relative Windows path when using mingw64 to compile cgo
- cmd/compile: only use sequential compile queue algorithm for -v compiles, not all -c=1 compiles
- cmd/compile: treat "d = append(make([]T, 0, len(s)), s...)" as "d = make([]T, len(s)); copy(d, s)"
- x/sys/unix: request for Ioctl*Int32 functions
- Docs
- Go not yet supported