Sign in
edge
/
third_party
/
onsi
/
gomega
/
f4f1caefe95e396ea97b72dd6c52973ae4a6978c
/
.
/
matchers
/
support
/
goraph
/
node
/
node.go
blob: 800c2ea8caf30f01877bb3140a81c8866f86a92c [
file
]
package node
type Node struct {
Id int
}
type NodeOrderedSet []Node