initial commit
[govpp.git] / vendor / github.com / onsi / gomega / matchers / support / goraph / node / node.go
1 package node
2
3 type Node struct {
4         Id int
5 }
6
7 type NodeOrderedSet []Node