go-utils
go-utils copied to clipboard
utils for go
Results
3
go-utils issues
Sort by
recently updated
recently updated
newest added
gmetric.MetricSender takes a `value string` which has led to a lot of line noise in the places we use it. That could be cut way down by making value an...
enhancement
Since RunWhenKilled always calls os.Exit, there's no opportunity for the caller to do anything on shutdown, except in the finalizer. It would be better for it to return an error...