mirror of
https://github.com/vbatts/tar-split.git
synced 2024-11-16 21:38:38 +00:00
9 lines
125 B
Go
9 lines
125 B
Go
|
package mtree
|
||
|
|
||
|
type Result struct {
|
||
|
}
|
||
|
|
||
|
func Check(root string, dh *DirectoryHierarchy) (*Result, error) {
|
||
|
return nil, nil
|
||
|
}
|