package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
New creates a tree printer and returns a sentinel node reference which should be used to add the root.
NewWithStyle creates a tree printer like New, permitting customization of the style of the resulting tree.
# Constants
BulletStyle is a style that shows a bullet for each node, and groups any other lines under that bullet.
CompactStyle is a compact style, for deeper trees.
DefaultStyle is the default style.
# Type aliases
Style is one of the predefined treeprinter styles.