go-buffer icon indicating copy to clipboard operation
go-buffer copied to clipboard

Generic buffer for batching entries, such as log events.

Results 2 go-buffer issues
Sort by recently updated
recently updated
newest added

## Prerequisites * [✔️] I searched to see if the issue already exists. ## Description I looked into the source code and found that values would be discarded if any...

## Prerequisites * [x] I searched to see if the issue already exists. ## Description https://github.com/tj/go-buffer/blob/3b6460d4b37b149c3a7d9081f0b39a05eee31a89/buffer.go#L164 the close method calls close on the channel, so if this is called multiple...