forked from kisielk/godepgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexpected.txt
17 lines (17 loc) · 830 Bytes
/
expected.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
digraph godep {
"flag" [label="flag" style="filled" color="palegreen"];
"fmt" [label="fmt" style="filled" color="palegreen"];
"github.com/kisielk/godepgraph" [label="github.com/kisielk/godepgraph" style="filled" color="paleturquoise"];
"github.com/kisielk/godepgraph" -> "flag";
"github.com/kisielk/godepgraph" -> "fmt";
"github.com/kisielk/godepgraph" -> "go/build";
"github.com/kisielk/godepgraph" -> "log";
"github.com/kisielk/godepgraph" -> "os";
"github.com/kisielk/godepgraph" -> "sort";
"github.com/kisielk/godepgraph" -> "strings";
"go/build" [label="go/build" style="filled" color="palegreen"];
"log" [label="log" style="filled" color="palegreen"];
"os" [label="os" style="filled" color="palegreen"];
"sort" [label="sort" style="filled" color="palegreen"];
"strings" [label="strings" style="filled" color="palegreen"];
}