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 comma-separated
import path patterns
to view changes for all matching packages
(such as image/...
or
cmd/compile/...
,cmd/link/...
,runtime
).
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 | 675 | 300 |
runtime | 554 | 333 |
cmd/go | 713 | 82 |
net/http | 314 | 63 |
golang.org/x/tools/gopls | 316 | 9 |
net | 198 | 42 |
golang.org/x/build | 176 | 21 |
golang.org/x/pkgsite | 171 | 13 |
cmd/link | 126 | 55 |
golang.org/x/website | 68 | 80 |
os | 96 | 32 |
testing | 103 | 19 |
golang.org/x/mobile | 101 | 16 |
go/types | 63 | 53 |
encoding/json | 85 | 30 |