Registry / cli / disiqueira-gotree-v3

disiqueira-gotree-v3

JSON →
library3.0.2gogounverified

GoTree creates and prints tree structures in the terminal.

go get github.com/disiqueira/gotree/v3
INSTALL
IMPORT
SIG · DISIQUEIRA-GOTREE-
D
disiqueira-gotree-v3
cligov3.0.2
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.

gotree
✓ github.com/disiqueira/gotree/v3

Creates a tree with a root and a child, then prints it.

package main import ( "fmt" "github.com/disiqueira/gotree/v3" ) func main() { tree := gotree.New("root") tree.Add("child") fmt.Println(tree.Print()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
26
OpenAI (training)
1
Resources
disiqueira-gotree-v3 — go get disiqueira-gotree-v3 · libregistry