go-mtree/check.go

9 lines
125 B
Go

package mtree
type Result struct {
}
func Check(root string, dh *DirectoryHierarchy) (*Result, error) {
return nil, nil
}