package
0.0.0-20180711164918-19f838fd53de
Repository: https://github.com/brentp/go-athenaeum.git
Documentation: pkg.go.dev

# README

readuntil

advance an io.Reader until a []byte pattern is found. Analagous to bytes.Index

GoDoc

# Functions

Index will read the io.Reader until it finds the first instance of pattern and return the number of bytes read.