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