1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-10-04 20:31:02 +00:00
This commit is contained in:
Vincent Batts 2016-04-15 18:39:18 -04:00
parent d5aab78911
commit 0b85ce1f81
11 changed files with 529 additions and 131 deletions

9
creator.go Normal file
View file

@ -0,0 +1,9 @@
package mtree
// dhCreator is used in when building a DirectoryHierarchy
type dhCreator struct {
DH *DirectoryHierarchy
curSet *Entry
curDir *Entry
curEnt *Entry
}