diff options
Diffstat (limited to 'debugGochan.go')
| -rw-r--r-- | debugGochan.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debugGochan.go b/debugGochan.go index 3183bdb..fbc3652 100644 --- a/debugGochan.go +++ b/debugGochan.go @@ -11,7 +11,7 @@ import ( var debugWG *sync.WaitGroup var debugNumberChan chan int -func (n *Node) debugGoChannels(makeWindow bool) { +func (n *Node) DebugGoChannels(makeWindow bool) { var w, g *Node // Either: |
