Commit ce07e61c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent db8aa679
...@@ -1017,3 +1017,8 @@ func vtree(v []TreeEntry) string { ...@@ -1017,3 +1017,8 @@ func vtree(v []TreeEntry) string {
} }
return s return s
} }
func (track nodeTrack) String() string {
return fmt.Sprintf("{p%s k%s}", track.parent, track.trackedKeys)
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment