import "github.com/onsi/gomega/matchers/support/goraph/node"
node.go
type Node struct { ID int Value interface{} }
type NodeOrderedSet []Node