1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-10-06 13:11:01 +00:00

*: refactoring to support streams

when creating a manifest from, or validating, a stream like a tar
archive, it requires thinking about some of the functions differently
than walking a directory tree.

This is the beginning of allowing for such features.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-04-15 18:39:18 -04:00 committed by Stephen Chung
parent 52a31746bf
commit 8074df1973
12 changed files with 535 additions and 134 deletions

View file

@ -78,7 +78,7 @@ func main() {
}
// -p <path>
var rootPath string = "."
var rootPath = "."
if *flPath != "" {
rootPath = *flPath
}