Rename TSVal
This commit is contained in:
parent
a1453da84e
commit
d87e227ff3
29 changed files with 118 additions and 118 deletions
|
|
@ -17,11 +17,11 @@ package graph
|
|||
import "fmt"
|
||||
|
||||
type ResultTree struct {
|
||||
result TSVal
|
||||
result Value
|
||||
subtrees []*ResultTree
|
||||
}
|
||||
|
||||
func NewResultTree(result TSVal) *ResultTree {
|
||||
func NewResultTree(result Value) *ResultTree {
|
||||
return &ResultTree{result: result}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue