This commit is contained in:
suyl
2021-08-02 17:24:54 +08:00
parent 895a17a46b
commit b87b12f548
2 changed files with 23 additions and 11 deletions

View File

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