Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to fs.fs on serve static files (#1640)
* substitute *os.File by fs.File * refactor error handling by using the new recommended form * finish implementation * substitute seek(offset,0) by seek(offset, io.SeekStart) * add unit test * use io.SeekStart on Seek method
- Loading branch information