From 309975d4778dd76d09b5892389be4c408ed82b2f Mon Sep 17 00:00:00 2001 From: Scott Dunlop Date: Tue, 15 Jan 2019 01:21:27 +0000 Subject: [PATCH] Add missing time import to counter_darwin.go (#7081) --- pkg/cpu/counter_darwin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cpu/counter_darwin.go b/pkg/cpu/counter_darwin.go index 2968c8cd3..1967c2de7 100644 --- a/pkg/cpu/counter_darwin.go +++ b/pkg/cpu/counter_darwin.go @@ -18,6 +18,7 @@ package cpu import ( "errors" + "time" ) func newCounter() (counter, error) {