1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-08-02 03:20:27 +00:00

feat: implement mutate command

This commit is contained in:
thesayyn 2023-10-24 09:13:35 -07:00 committed by Vincent Batts
parent 12e242c268
commit 739d74de3c
4 changed files with 166 additions and 1 deletions

20
testdata/flat.relative.mtree vendored Normal file
View file

@ -0,0 +1,20 @@
# ./lib
lib type=dir mode=0644
foo mode=0644 size=12288 time=1457644483.833957552 type=file
# ./lib/dir
lib type=dir mode=0644
dir type=dir mode=0644
# ./lib
..
# .
..
# ./lib/dir/sub
lib/dir/sub type=dir
lib/dir/sub/file.txt type=file
lib/dir/PKG.info type=file mode=0644