resources: Rename the Data struct to ResData to avoid ambiguity
There's a similarly named gapi.Data struct which we could also rename.
This commit is contained in:
@@ -42,7 +42,7 @@ type MGraph struct {
|
||||
//Graph *pgraph.Graph
|
||||
*pgraph.Graph // wrap a graph, and use its methods directly
|
||||
|
||||
Data *Data
|
||||
Data *ResData
|
||||
Debug bool
|
||||
|
||||
state graphState
|
||||
|
||||
Reference in New Issue
Block a user