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