Registry / utility / emicklei-dot

emicklei-dot

JSON →
library1.11.0gogounverified

Package dot is a helper for producing graphs in DOT format (graphviz).

go get github.com/emicklei/dot
INSTALL
IMPORT
SIG · EMICKLEI-DOT
E
emicklei-dot
utilitygov1.11.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.

dot
github.com/emicklei/dot

Create a simple directed graph and print its DOT representation.

package main import ( "fmt" "github.com/emicklei/dot" ) func main() { g := dot.NewGraph(dot.Directed) g.Node("A").Edge(g.Node("B")) fmt.Println(g.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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