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