3rf / codecoroner

tool for detecting unused functions and variables in Go source code
http://kyleerf.com
141 stars 22 forks source link

Explore vendoring as a solution to future code-breaking changes #6

Open 3rf opened 9 years ago

3rf commented 9 years ago

Since this pkg relies heavily on Google packages with little external usage, it would be nice to vendor things to prevent disasters like the removal of callgraph analysis from the Oracle tool.