flamingo
flamingo copied to clipboard
Adapt to go 1.16
Go 1.16 brings a lot of nice enhancements, so we should evaluate if we can adapt them.
NotifyContext
https://tip.golang.org/pkg/os/signal/#NotifyContext https://github.com/i-love-flamingo/flamingo/blob/ce166cf6d8d73aec922a6ebecc5f893775b83263/framework/cmd/module.go#L42-L44
embed
https://tip.golang.org/pkg/embed/ (not used yet, but might be useful to integrate something?)
metrics
https://tip.golang.org/pkg/runtime/metrics/ We should investigate how this extends/replaces opencensus/opentelemetry #179