UnnoTed / fileb0x

a better customizable tool to embed files in go; also update embedded files remotely without restarting the server
MIT License
634 stars 53 forks source link

too many arguments in call to {FS.Mkdir, FS.OpenFile} #6

Closed andreynering closed 7 years ago

andreynering commented 7 years ago

This error is happening while compiling the generated source.

Rolling back to https://github.com/UnnoTed/fileb0x/commit/89859f8fda74286e7a8698efe57ba7acee55293c fixed for me.

UnnoTed commented 7 years ago

https://github.com/UnnoTed/fileb0x/issues/4

andreynering commented 7 years ago

Fixed by updating dependencies, including golang.org/x/net/webdav. Thanks