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

View File

@ -18,6 +18,7 @@ package cpu
import (
"errors"
"time"
)
func newCounter() (counter, error) {