sourcegraph / srclib

srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis.
https://srclib.org
Other
942 stars 62 forks source link

Fixed installation of Go-based toolchains #268

Closed alexsaveliev closed 8 years ago

alexsaveliev commented 8 years ago
beyang commented 8 years ago

Not all toolchains will be installed under $GOPATH. What about modifying $GOPATH so that it includes $SRCLIBDIR?