You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote this really half-assed thing a while back https://github.com/tj/go-search, but it could be interactive and generally much nicer. Maybe someone else has written one I'm not sure.
It'd also be nice to kind of "favorite" packages, when you evaluate a package and then later need the same thing I often forget which package I evaluated to be the best choice for a particular task. GH stars are ok for this but not great.
The text was updated successfully, but these errors were encountered:
Changed my mind about this, I think maybe a wrapper to the Go tooling in general might be nicer than just search.
The Go team doesn't seem too fond of making the UX nicer, stuff like go mod why is awkward, there's no way to list the versions of a package, search for packages, etc, so maybe a CLI which brings it more inline with npm, cargo and friends would be nice.
tj
changed the title
Go command-line package search
Go tooling UX wrapper (package management, profiling, etc)
Dec 13, 2019
I wrote this really half-assed thing a while back https://github.com/tj/go-search, but it could be interactive and generally much nicer. Maybe someone else has written one I'm not sure.
It'd also be nice to kind of "favorite" packages, when you evaluate a package and then later need the same thing I often forget which package I evaluated to be the best choice for a particular task. GH stars are ok for this but not great.
The text was updated successfully, but these errors were encountered: