gonum.org/v1/gonum@v0.14.0/graph/formats/dot/internal/testdata/strict.dot (about)

     1  strict digraph {
     2  	A -> B
     3  	A -> B
     4  }