mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
Add missing time import to counter_darwin.go (#7081)
This commit is contained in:
parent
6571641735
commit
309975d477
@ -18,6 +18,7 @@ package cpu
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"time"
|
||||
)
|
||||
|
||||
func newCounter() (counter, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user