Skip to content

Go Modules & Keep

Compare
Choose a tag to compare
@djherbis djherbis released this 08 Apr 03:50
· 16 commits to master since this release
786642b

Adding go.mod, and introducing the "Keep" function.

Keep allows you to specify a minimal amount of bytes to keep buffered. This can be useful if you need readers that join late to have access to a minimal number of bytes even if all other readers have already read ahead.