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 supported958 Subscribers
View all SubscribersAdd a CodeTriage badge to go
Help out
- Issues
- compress/flate: avoid FMA in mFastLog2 for portable rounding
- cmd/test2json: regression: since Go 1.27, ESC, ^O and ^N written directly to stdout/stderr by a test are dropped or misread as markers (ANSI colors lost, output mis-tagged as "error")
- compress/flate: mFastLog2 output depends on CPU architecture ["fused multiply and add" (FMA)]
- x/tools/gopls: slicesbackward modernizer produces non-compiling code for a backward loop with an empty body
- time: ZoneBounds returns an end before the instant in leap years served by the TZ footer rule
- proposal: x/tools/cmd/goimports: config file for package aliases
- testing: `go test -v` doubles ESC (0x1b) in t.Log output since Go 1.27, corrupting ANSI colors in some terminals
- x/build: add LUCI linux-riscv64 builders with ISCAS
- x/crypto/ssh: harden newline handling in `known_hosts`
- x/crypto/ssh: harden DNS-case-equivalent host handling in `known_hosts`
- Docs
- Go not yet supported