diff --git a/perf-client.go b/perf-client.go index b2c1c41..b439924 100644 --- a/perf-client.go +++ b/perf-client.go @@ -22,12 +22,13 @@ package madmin import ( "context" "errors" - "github.com/dustin/go-humanize" "io" "math/rand" "net/http" "net/url" "time" + + "github.com/dustin/go-humanize" ) // ClientPerfResult - stats from client to server