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 | 563 | 218 |
runtime | 432 | 253 |
cmd/go | 598 | 65 |
net/http | 224 | 39 |
net | 177 | 29 |
golang.org/x/tools/gopls | 185 | 3 |
cmd/link | 126 | 40 |
golang.org/x/build | 149 | 8 |
golang.org/x/pkgsite | 142 | 11 |
golang.org/x/mobile | 105 | 16 |
encoding/json | 69 | 34 |
os | 78 | 25 |
golang.org/x/net/http2 | 67 | 27 |
cmd/vet | 82 | 5 |
cmd/cgo | 73 | 13 |