Worker buffer channel not good

Add in worker_test.go TestWorkerFinally

for i := 0; i < nbSend; i++ {
    <-finishChan
    fmt.Println("Finish")
}