diff --git a/pkggraph/graph.go b/pkggraph/graph.go index dc79cd9..a1a9049 100644 --- a/pkggraph/graph.go +++ b/pkggraph/graph.go @@ -26,7 +26,7 @@ type Node struct { // Stats about the current node. stat.Stat // Stats about upstream nodes. - Up stat.Stat + Up stat.Stat // Stats about downstream nodes. Down stat.Stat