sourcegraph / srclib-go

Go toolchain for srclib
https://sourcegraph.com/sourcegraph/srclib-go
MIT License
29 stars 13 forks source link

Factor out depresolve logic into separate pkg #87

Closed pararthshah closed 8 years ago

pararthshah commented 8 years ago

This makes ResolveImportPath callable from external packages. One instance where this will be called is in sourcegraph.com/sourcegraph/sourcegraph/util/resolveutil to resolve custom Go package import paths (upcoming PR).

beyang commented 8 years ago

LGTM