Registry / serialization / mgechev-dots

mgechev-dots

JSON →
library1.0.0gogounverified

A simple dot (graphviz) file parser and builder in Go.

go get github.com/mgechev/dots
INSTALL
IMPORT
SIG · MGECHEV-DOTS
M
mgechev-dots
serializationgov1.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.

dots
github.com/mgechev/dots

Creates a new graph and adds a node, then prints the DOT representation.

package main import ( "fmt" "github.com/mgechev/dots" ) func main() { graph := dots.NewGraph("example") graph.AddNode("A") fmt.Println(graph.String()) }
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
4 hits · last 30 days
node
4
Resources
mgechev-dots — go get mgechev-dots · libregistry