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

Debug mode works with the handler #5

Closed peppage closed 7 years ago

peppage commented 7 years ago

My previous commit allowed debug mode for single files this commit forces fileb0x to read from the os instead of the in memory filesystem.

This also fixes a bug where "time" was being imported and is not required.