Closed beyang closed 8 years ago
This updates the srclib-go toolchain to use the new source unit structure introduced in https://github.com/sourcegraph/srclib/pull/293.
Depresolve is being deprecated, so now just emits [].
[]
Not sure why the test is failing (JSON keys are output in a different order), but aside from that, they are passing.
LGTM
Can ya fix the unit tests before merging
squash-merged
This updates the srclib-go toolchain to use the new source unit structure introduced in https://github.com/sourcegraph/srclib/pull/293.
Depresolve is being deprecated, so now just emits
[]
.