diff options
Diffstat (limited to 'debugGochan.go')
| -rw-r--r-- | debugGochan.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debugGochan.go b/debugGochan.go index bfabc9b..a3a45c6 100644 --- a/debugGochan.go +++ b/debugGochan.go @@ -64,6 +64,7 @@ func (n *Node) DebugGoChannels(makeWindow bool) { debugWG.Done() }) g.NewButton("close chan", func () { + log("close() on", debugNumberChan) close(debugNumberChan) }) g.NewButton("print", func () { |
