rakyll / statik

Embed files into a Go executable
Apache License 2.0
3.75k stars 225 forks source link

Implement ReadAt method in httpFile #118

Open fagnercarvalho opened 3 years ago

fagnercarvalho commented 3 years ago

First of all, the library is great, I already used for some of my projects and I love it!

Is it possible to implement the ReadAt method in the httpFile struct? I'm getting the files from the file system and I need this method implemented in my app.