mirror of
https://github.com/gonum/gonum.git
synced 2025-11-03 11:21:14 +08:00
6 lines
166 B
Go
6 lines
166 B
Go
/*
|
|
Package ast declares the types used to represent abstract syntax trees of
|
|
Graphviz DOT graphs.
|
|
*/
|
|
package ast // import "gonum.org/v1/gonum/graph/formats/dot/ast"
|