@ -40,8 +40,10 @@ type RealSleeper struct {
}
func (self RealSleeper) Sleep(ch chan<- interface{}) {
time.Sleep(self.duration)
ch <- nil
go func() {
}()
func getCmdLineParams(logger *log.Logger) (string, []int64) {