We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go 1.16 brings a lot of nice enhancements, so we should evaluate if we can adapt them.
https://tip.golang.org/pkg/os/signal/#NotifyContext
flamingo/framework/cmd/module.go
Lines 42 to 44 in ce166cf
https://tip.golang.org/pkg/embed/ (not used yet, but might be useful to integrate something?)
https://tip.golang.org/pkg/runtime/metrics/ We should investigate how this extends/replaces opencensus/opentelemetry #179
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
flamingo/framework/cmd/module.go
Lines 42 to 44 in ce166cf
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
The text was updated successfully, but these errors were encountered: