package
0.0.0-20170107010102-259d9253d719
Repository: https://github.com/golang/leveldb.git
Documentation: pkg.go.dev

# Functions

NewReader returns a new reader.
NewWriter returns a new Writer.

# Variables

ErrNoLastRecord is returned if LastRecordOffset is called and there is no previous record.
ErrNotAnIOSeeker is returned if the io.Reader underlying a Reader does not implement io.Seeker.

# Structs

Reader reads records from an underlying io.Reader.
Writer writes records to an underlying io.Writer.