UnnoTed / fileb0x

a better customizable tool to embed files in go; also update embedded files remotely without restarting the server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webdav file system requires context to open files

peppage opened this issue · comments

After this commit golang/net@4bb47a1 it's going to be required to send context. At the very minimum opening files needs to be sent context.Background().

Updated, thanks for the notice.
ef153a0