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 | 564 | 218 |
runtime | 431 | 251 |
cmd/go | 597 | 64 |
net/http | 223 | 39 |
net | 177 | 30 |
golang.org/x/tools/gopls | 184 | 3 |
cmd/link | 126 | 40 |
golang.org/x/build | 149 | 8 |
golang.org/x/pkgsite | 143 | 11 |
golang.org/x/mobile | 105 | 16 |
encoding/json | 70 | 34 |
os | 78 | 25 |
golang.org/x/net/http2 | 67 | 27 |
cmd/vet | 82 | 5 |
cmd/cgo | 71 | 13 |