aa
This commit is contained in:
@@ -101,7 +101,7 @@ var (
|
||||
|
||||
printMsgChan = make(chan *model.PrintMsg, 1024)
|
||||
printMsgCallbackChan = make(chan string, 1024)
|
||||
printMsgChanFail = make(chan *model.PrintMsg)
|
||||
printMsgChanFail = make(chan *model.PrintMsg, 1024)
|
||||
)
|
||||
|
||||
type PrintInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user