mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
Make lint happy
Mostly new-style Go build directives Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
@@ -107,6 +107,7 @@ type pendingEntry struct {
|
||||
older []*report.Report
|
||||
}
|
||||
|
||||
// NewLiveCollector makes a new LiveCollector from the supplied config.
|
||||
func NewLiveCollector(config LiveCollectorConfig) (app.Collector, error) {
|
||||
c := &liveCollector{
|
||||
cfg: config,
|
||||
|
||||
Reference in New Issue
Block a user