About
Go Issues shows issues for Go packages. It's just like godoc.org, but for issues.
To view issues of a Go package with a given import path, navigate to goissues.org/import/path
using your browser's address bar (⌘Cmd+L or Ctrl+L).
You may specify an
import path pattern
to view issues for all matching packages
(e.g., goissues.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 | 570 | 231 |
runtime | 451 | 255 |
cmd/go | 621 | 67 |
net/http | 231 | 44 |
net | 184 | 33 |
golang.org/x/tools/gopls | 194 | 3 |
cmd/link | 128 | 39 |
golang.org/x/build | 149 | 9 |
golang.org/x/pkgsite | 141 | 15 |
golang.org/x/mobile | 104 | 16 |
os | 84 | 28 |
encoding/json | 69 | 33 |
golang.org/x/net/http2 | 69 | 27 |
cmd/vet | 84 | 5 |
testing | 75 | 11 |