diff options
| author | Jeff Carr <[email protected]> | 2021-10-08 10:22:38 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-08 10:22:38 -0500 |
| commit | c59560da383f56bb1a86f02b7b4ecf7bca3bb588 (patch) | |
| tree | 888c34ff58ab27281b5e41f9afe5644c48fcf05f /new-structs.go | |
| parent | 44cd73f8e70beb436862aa0134a7c044f8e2ec7b (diff) | |
NODE: going down a rabbit hole
Diffstat (limited to 'new-structs.go')
| -rw-r--r-- | new-structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/new-structs.go b/new-structs.go index 2f006ef..aa86ef9 100644 --- a/new-structs.go +++ b/new-structs.go @@ -2,7 +2,7 @@ package gui import ( "log" - "time" + // "time" // "github.com/davecgh/go-spew/spew" @@ -88,7 +88,7 @@ func (n *Node) Append(child *Node) { child.Dump() log.Println("parent node:") n.Dump() - time.Sleep(3 * time.Second) + // time.Sleep(3 * time.Second) } func (n *Node) List() { |
