This commit is contained in:
suyl
2021-08-02 17:35:35 +08:00
parent e44a4d854e
commit 5c5a34aab7
2 changed files with 4 additions and 10 deletions

View File

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