Files
gonum/graph/formats/dot/internal/testdata/edge_stmt.dot
2017-05-23 00:02:59 -06:00

5 lines
54 B
Plaintext

digraph {
A -> B -> C
D -> E [color=red minlen=2]
}