gocharm
gocharm copied to clipboard
Write your charms in Go!
See https://github.com/juju/charm/issues/237
We use the deploy package to build charms. When built, the hooks are bash files that call the binary with the -run-hook flag. When a charm is built with the...
There's no particular reason that the dependency injection logic should be associated only with an HTTP server, and this would make for a much better separation of concerns. One difficulty...
It would be nice to build a charm without 'src' directory. If I build my project with gocharm the resulting directory looks like this: ``` bash 11M bin 12K config.yaml...