A CLI program that lists your directories as a tree.
To download, open a terminal and type
Go111MODULE=on go get -u "github.com/tomassirio/tree"then on your terminal you can use the command
tree
├── go.mod
├── go.sum
├── list.go
├── readme.md
└── tree.goThis CLI was based on the tutorial posted Uday Hiwarale Link to the Post