Open
Description
What is the URL of the page with the issue?
Proposal(?) to add search filter functionality to include/exclude features when searching for packages, modules.
Usefulness in descending order (for me at least):
- cgo usage <-- this! ("cgo is not Go")
- package unsafe usage
- package reflect usage
- package sync/atomic.*64* usage (to detect possible 32/64bit compatibility issues, anything else to detect possible issues?)
- supported OS platforms (not sure how to check programmatically from source)
- anything else?
Most probably these are only really useful if search filters are applicable to all dependencies transitively as well (except for the standard library of course).
for reference:
https://groups.google.com/forum/#!topic/golang-dev/U27D-g9j0LA