This commit is contained in:
Łukasz Magiera 2020-05-01 21:51:31 +02:00
parent 4014cbdb44
commit 35b1963eeb
4 changed files with 21 additions and 23 deletions

View File

@ -66,7 +66,6 @@ var workersListCmd = &cli.Command{
gpuUse = ""
}
fmt.Printf("Worker %d, host %s\n", stat.id, color.MagentaString(stat.Info.Hostname))
var barCols = uint64(64)

View File

@ -436,7 +436,6 @@ func TestChanServerClose(t *testing.T) {
require.Equal(t, false, ok)
}
func TestServerChanLockClose(t *testing.T) {
var client struct {
Sub func(context.Context, int, int) (<-chan int, error)