mirror of
https://github.com/gonum/gonum.git
synced 2025-10-21 14:19:35 +08:00
6 lines
185 B
Go
6 lines
185 B
Go
/*
|
|
Package astx implements utility functions for generating abstract syntax
|
|
trees of Graphviz DOT graphs.
|
|
*/
|
|
package astx // import "gonum.org/v1/gonum/graph/formats/dot/internal/astx"
|