package
0.1.0
Repository: https://github.com/darkmattermatt/dumpdb.git
Documentation: pkg.go.dev

# Functions

Create calls os.Create and then creates a new SplitFileWriter from it.
New calls os.OpenFile and then creates a new SplitFileWriter from it, setting all struct members.
Open calls os.OpenFile and then creates a new SplitFileWriter from it.

# Structs

SplitFileWriter is a bufio writer which writes to a different file every `n` writes.