1
0
mirror of https://github.com/minio/mc.git synced 2025-07-30 07:23:03 +03:00

update to newer libraries (#4464)

This commit is contained in:
Harshavardhana
2023-02-02 22:27:14 +05:30
committed by GitHub
parent 04ba6633f3
commit 2679713ec4
14 changed files with 1132 additions and 412 deletions

View File

@ -83,7 +83,7 @@ func mainAdminSpeedTestNetperf(ctx *cli.Context, aliasedURL string, outCh chan<-
p := tea.NewProgram(initSpeedTestUI())
go func() {
if e := p.Start(); e != nil {
if _, e := p.Run(); e != nil {
os.Exit(1)
}
close(done)