change sync to detect deadlock

This commit is contained in:
YouROK
2020-12-28 12:41:09 +03:00
parent 611f9e955b
commit e026072067
9 changed files with 10 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
package torr
import (
sync "github.com/sasha-s/go-deadlock"
"log"
"sync"
"time"
"server/settings"