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

looks like the last couple of commits broke code generation #21

Closed romangithub1024 closed 6 years ago

romangithub1024 commented 6 years ago

here is what we are getting in our CI:

09:41:52 # github.com/Aptomi/aptomi/pkg/server/ui
09:41:52 pkg/server/ui/ab0x.go:40:2: undefined: err
09:41:52 pkg/server/ui/ab0x.go:41:5: undefined: err
09:41:52 pkg/server/ui/ab0x.go:42:9: undefined: err
09:41:52 pkg/server/ui/ab0x.go:45:2: undefined: err
09:41:52 pkg/server/ui/ab0x.go:46:5: undefined: err
09:41:52 pkg/server/ui/ab0x.go:47:9: undefined: err
09:41:52 pkg/server/ui/ab0x.go:50:2: undefined: err
09:41:52 pkg/server/ui/ab0x.go:51:5: undefined: err
09:41:52 pkg/server/ui/ab0x.go:52:9: undefined: err
09:41:52 pkg/server/ui/ab0x.go:55:2: undefined: err
09:41:52 pkg/server/ui/ab0x.go:55:2: too many errors
09:41:58 Makefile:85: recipe for target 'build' failed
UnnoTed commented 6 years ago

Hey, can you upload the config file?

romangithub1024 commented 6 years ago

here you go: https://github.com/Aptomi/aptomi/blob/master/webui/b0x.yaml

UnnoTed commented 6 years ago

Don't even look at the commit's code :joy: The error should go away now

romangithub1024 commented 6 years ago

that was a long way to write "if false" :)

romangithub1024 commented 6 years ago

the error did go away. thanks!