markbates / pkger

Embed static files in Go binaries (replacement for gobuffalo/packr)
MIT License
1.19k stars 60 forks source link

implement io.ReaderAt #95

Open yarochewsky opened 4 years ago

yarochewsky commented 4 years ago

Some applications take a io.ReaderAt implementation for reading, rather than the typical io.Reader