From 9afe8cd2ae6dc390becd77d3773638d9daa34666 Mon Sep 17 00:00:00 2001 From: stephen mcquay Date: Sat, 26 Sep 2015 00:24:35 -0700 Subject: [PATCH] removed false documentation about memory leak. --- bandwidth.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bandwidth.go b/bandwidth.go index 6c5e23e..d37195f 100644 --- a/bandwidth.go +++ b/bandwidth.go @@ -12,7 +12,6 @@ import ( // a Bandwidth then feed values using the AddRx and AddTx channels. When the // accumulated values are needed, simply read from the Rx or Tx chans. When the // Bandwidth is no loner needed close the Quit chan. -// At this time it uses container/list and leaks memory like a sieve. type Bandwidth struct { // write number of bytes to us AddRx chan int