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:
parent
52a31746bf
commit
8074df1973
12 changed files with 535 additions and 134 deletions
|
@ -78,7 +78,7 @@ func main() {
|
|||
}
|
||||
|
||||
// -p <path>
|
||||
var rootPath string = "."
|
||||
var rootPath = "."
|
||||
if *flPath != "" {
|
||||
rootPath = *flPath
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue