Skip to content
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

Generation and Tree #9

Merged
merged 5 commits into from
Aug 21, 2023
Merged

Generation and Tree #9

merged 5 commits into from
Aug 21, 2023

Conversation

porrige51122
Copy link
Contributor

This pr contains all the OU generation code which is a custom struct to hold all the information needed for this tool. It also includes all the functions to populate this struct with actual account data.

It also has a CLI display tool added to it so the user can see the output of the tool in a visually pleasing way.
This closes #2.

Copy link

@KaeDig KaeDig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very well written, very well tested code. Just had a few non-blocking questions, but honestly not much to critique here at all.

display/cli/display.go Show resolved Hide resolved
display/cli/tree.go Show resolved Hide resolved
generation/ou_struct.go Show resolved Hide resolved
@porrige51122 porrige51122 merged commit 67fe9e1 into main Aug 21, 2023
4 checks passed
@porrige51122 porrige51122 deleted the generate-tree branch August 21, 2023 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Create a basic tree structure and display it using ASCII
2 participants