sliproad/router
Gabriel Simmer c2171d00c9
io.Copy rather than ioutil.ReadAll
Should offer some speed boost, copying the file contents rather than
reading it all to memory then writing it back out. Should theoretically
be able to handle larger files as well, although some benchmarks
are TBD around filesize limits.
2020-03-19 10:13:38 +00:00
..
filerouter.go io.Copy rather than ioutil.ReadAll 2020-03-19 10:13:38 +00:00
router.go Refactoring file storage to enable different providers 2020-02-24 18:07:47 +00:00