Registry / utility / xlab-treeprint

xlab-treeprint

JSON →
library1.2.0gogounverified

Treeprint provides a simple ASCII tree composing tool for Go.

go get github.com/xlab/treeprint
INSTALL
IMPORT
SIG · XLAB-TREEPRINT
X
xlab-treeprint
utilitygov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

treeprint
github.com/xlab/treeprint

Create and print an ASCII tree

package main import "github.com/xlab/treeprint" func main() { tree := treeprint.New() tree.AddBranch("root") println(tree.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
xlab-treeprint — go get xlab-treeprint · libregistry