tvl-depot/external
Vincent Ambo b20e46d60b fix(external): Ensure findGoDirs "finds" top-level directory
Due to the lexical walk order of `filepath.Walk` the previous
directory identification logic failed under certain conditions if the
top-level directory contained Go files that showed up *after* the
first subdirectories.

To simplify the logic a set of directories is now gathered instead on
a file-level.
2019-12-13 00:39:53 +00:00
..
default.nix feat(external): Implement tool to analyse external dependencies 2019-12-13 00:39:53 +00:00
main.go fix(external): Ensure findGoDirs "finds" top-level directory 2019-12-13 00:39:53 +00:00