Versions in this module Expand all Collapse all v0 v0.3.2 May 19, 2023 Changes in this version + type IOSplit struct + func NewIOSplit() *IOSplit + func (c *IOSplit) Read(p []byte) (int, error) + func (c *IOSplit) WithEternal() *IOSplit + func (c *IOSplit) WithTimeout() *IOSplit + func (c *IOSplit) Write(p []byte) (int, error) v0.3.1 May 16, 2023 Changes in this version + type BufferSplit struct + func NewBufferSplit() *BufferSplit + func (c *BufferSplit) Read(p []byte) (int, error) + func (c *BufferSplit) WithEternal() *BufferSplit + func (c *BufferSplit) WithTimeout() *BufferSplit + func (c *BufferSplit) Write(p []byte) (int, error)