diff options
Diffstat (limited to 'addText.go')
| -rw-r--r-- | addText.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ func (n *Node) addText(newS string) { } } n.strings[newS] = highest + 1 // TODO: use the int's for the order - n.value = newS + n.newString = newS /* // time.Sleep(time.Duration(1000 * time.Nanosecond)) // doesn't work // maybe this stupid chipset is defective. TODO: try on different hardware |
