-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simple plain code api to create DirectoryHierarchy #145
Comments
Oof, I should have filed a bug, thanks for doing this! I'm also OK sending a PR and refactoring the existing code to use it if this is a feature we need |
It isn't pretty, but doing: dh.Entries = append(dh.Entries, mtree.Entry{
Name: name,
Keywords: []mtree.KeyVal{mtree.KeyVal(value)},
}) And using |
@paultag ok. That is what I was generally thinking, where position, parent, next and prev are not hard required but rather just used as available. I'd like to add some tests for this regardless. In investigating this issue, i've found that the mtree output from |
ref: https://twitter.com/paultag/status/936063255948165120
@paultag
@vbatts
@paultag
@vbatts
The text was updated successfully, but these errors were encountered: