Open stjohnjohnson opened 6 years ago
This feature will allow users to specify a max depth to search for folders. Especially useful when working with GoLang's $GOPATH/src.
$GOPATH/src
I'm pulling in a new library, walkdir. It allows us to search for folders at a customizable max depth.
@chuckhendo, is there a chance you could look at this?
This feature will allow users to specify a max depth to search for folders. Especially useful when working with GoLang's
$GOPATH/src
.I'm pulling in a new library, walkdir. It allows us to search for folders at a customizable max depth.