cmd/info: Use 'info' struct
This commit is contained in:
parent
ea714aba86
commit
894c23c137
3 changed files with 53 additions and 10 deletions
|
|
@ -1,7 +1,6 @@
|
|||
package instances
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/FAU-CDI/wisski-distillery/internal/models"
|
||||
|
|
@ -70,7 +69,6 @@ func (wisski *WissKI) Info(quick bool) (info WissKIInfo, err error) {
|
|||
}
|
||||
|
||||
err = group.Wait()
|
||||
fmt.Println(err)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue