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 | 481 | 138 |
runtime | 340 | 208 |
cmd/go | 448 | 36 |
net/http | 162 | 26 |
net | 139 | 22 |
cmd/link | 106 | 44 |
golang.org/x/build | 109 | 7 |
golang.org/x/mobile | 86 | 6 |
golang.org/x/tools/gopls | 89 | 0 |
encoding/json | 58 | 28 |
cmd/vet | 74 | 5 |
golang.org/x/net/http2 | 57 | 17 |
encoding/xml | 46 | 26 |
testing | 62 | 9 |
os | 54 | 12 |