package
0.0.0-20250312064113-3b3a4ae01cc1
Repository: https://github.com/digitalocean/do-agent.git
Documentation: pkg.go.dev

# Functions

NewReader returns a new reader.
NewWriter returns a new writer.

# Structs

Reader wraps a reader with calls for reading binary data types If any error is encountered, all subsequent calls will fail error checking must be done in a separate call to error.
Writer wraps a writer with calls for writing binary data types If any error is encountered, all subsequent calls will fail error checking must be done in a separate call to error.