Registry / utility / disiqueira-gotree

disiqueira-gotree

JSON →
library1.0.0gogounverified

A simple Go library for generating tree structures from data.

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

gotree
github.com/disiqueira/gotree

Create a tree with a root and child, then print it

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
disiqueira-gotree — go get disiqueira-gotree · libregistry