This commit is contained in:
suyl
2021-08-02 17:20:25 +08:00
parent 5231be8236
commit 895a17a46b
2 changed files with 3 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ var (
regexpQrr = regexp.MustCompile(byteSignQrRight + "(.*?)" + byteSignQrRightE)
regexpSound = regexp.MustCompile(byteSignSound + "(.*?)" + byteSignSoundE)
timeoutChan = make(chan int)
timeoutChan = make(chan int, 2)
)
type PrintInfo struct {