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

Generated code does not check all errors #17

Open echlebek opened 6 years ago

echlebek commented 6 years ago

The code that fileb0x generates does not have all its errors checked, causing it to fail checkers like errcheck and staticcheck. While this can be worked around, it would be nice if the code generated was free of lint.

coolaj86 commented 5 years ago

I'm just curious about this. What types of errors are present?