package
0.0.1
Repository: https://github.com/libonomy/libonomy-p2p.git
Documentation: pkg.go.dev

# Functions

Copy sequentially copies each record read from src to sink until src.Next() returns io.EOF or another error occurs.
NewChan constructs a Chan with a given buffer size.
NewReader constructs a new delimited Reader for the records in r.
NewWriter constructs a new delimited Writer that writes records to w.

# Structs

Chan is a delimited duplex channel.
Reader consumes length-delimited records from a byte source.
A Writer outputs delimited records to an io.Writer.

# Interfaces

A Sink represents a receiver of records.
A Source represents a sequence of records.