suggestions for workspace/GoPath navigation
roscopecoltran opened this issue · 1 comments
Hi,
Hope you are all well !
Would be a nice feature to browse a workspace or all projects in the GOPATH, maybe with a side panel like implemented in octotree.
After, ultimately, it would be awesome to fetch/mirror some repos to explore in read-only mode.
Cheers,
Rosco
Would be a nice feature to browse a workspace or all projects in the GOPATH
It should be easy to run matcha on your GOPATH. If you have a repo at ~/go/src/github.com/emersion/matcha
and you run matcha on ~/go/src
you should be able to access your repo via http://localhost:8080/github.com/emersion/matcha
.
However the missing part is navigation outside of repos. If you access http://localhost:8080/github.com
you'll hit a 404. Patches welcome!