Use http.ServeContet to be able to continue downloads

- Closes: #59
This commit is contained in:
Las Zenow 2020-12-10 15:43:18 +00:00
parent 32b546a212
commit 8671c4d220
2 changed files with 2 additions and 10 deletions

View file

@ -15,6 +15,7 @@ type Store interface {
type File interface {
io.ReadCloser
io.ReaderAt
io.Seeker
Stat() (fi os.FileInfo, err error)
}