Registry / utility / goccy-go-graphviz

goccy-go-graphviz

JSON →
library0.2.10gogounverified

A Go wrapper for Graphviz, enabling programmatic creation and rendering of graphs.

go get github.com/goccy/go-graphviz
INSTALL
IMPORT
SIG · GOCCY-GO-GRAPHVIZ
G
goccy-go-graphviz
utilitygov0.2.10
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.

graphviz
github.com/goccy/go-graphviz

Create a simple graph and render it as PNG.

import "github.com/goccy/go-graphviz" func main() { g := graphviz.New() graph, _ := g.Graph() graph.CreateNode("n1") _ = g.RenderFilename(graph, graphviz.PNG, "/tmp/graph.png") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
goccy-go-graphviz — go get goccy-go-graphviz · libregistry