Add missing time import to counter_darwin.go (#7081)

This commit is contained in:
Scott Dunlop
2019-01-15 01:21:27 +00:00
committed by kannappanr
parent 6571641735
commit 309975d477
+1
View File
@@ -18,6 +18,7 @@ package cpu
import ( import (
"errors" "errors"
"time"
) )
func newCounter() (counter, error) { func newCounter() (counter, error) {