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