About
Go Changes shows changes for Go packages. It's just like goissues.org, but for changes (CLs, PRs, etc.).
To view changes of a Go package with a given import path, navigate to gochanges.org/import/path
using your browser's address bar (⌘Cmd+L or Ctrl+L).
You may specify an
import path pattern
to view changes for all matching packages
(e.g., gochanges.org/image/...
).
Supported packages include:
- Standard library (e.g.,
io
,net/http
, etc.), - Sub-repositories (i.e.,
golang.org/x/...
).
Third party packages (e.g., github.com/...
) are not supported at this time.
It's a simple website with a narrow scope. Enjoy. ʕ◔ϖ◔ʔ
Popular Packages
Path | Open Issues | Open Changes |
---|---|---|
cmd/compile | 569 | 232 |
runtime | 454 | 254 |
cmd/go | 629 | 68 |
net/http | 230 | 44 |
net | 185 | 34 |
golang.org/x/tools/gopls | 197 | 3 |
cmd/link | 130 | 40 |
golang.org/x/build | 149 | 9 |
golang.org/x/pkgsite | 141 | 15 |
golang.org/x/mobile | 104 | 16 |
os | 83 | 27 |
encoding/json | 69 | 33 |
golang.org/x/net/http2 | 68 | 26 |
cmd/vet | 84 | 5 |
testing | 76 | 13 |