testing on modified dependency
This commit is contained in:
@@ -47,9 +47,9 @@ func main() {
|
||||
log.Fatal("Error:", err)
|
||||
}
|
||||
|
||||
sm := new(sync.Map)
|
||||
go createEmptyAndDelete(ctx, sm, time.Second, time.Second, dir2Watch)
|
||||
go createWriteAndDelete(ctx, sm, time.Second+(time.Millisecond*100), time.Millisecond*200, dir2Watch)
|
||||
// sm := new(sync.Map)
|
||||
// go createEmptyAndDelete(ctx, sm, time.Second, time.Second, dir2Watch)
|
||||
// go createWriteAndDelete(ctx, sm, time.Second+(time.Millisecond*100), time.Millisecond*200, dir2Watch)
|
||||
|
||||
done := make(chan os.Signal, 1)
|
||||
signal.Notify(done, os.Interrupt, syscall.SIGTERM)
|
||||
|
||||
Reference in New Issue
Block a user