aa
This commit is contained in:
@@ -383,6 +383,7 @@ func doPrint2(printMsgChan chan interface{}) (err error) {
|
||||
for {
|
||||
select {
|
||||
case obj, _ := <-printMsgChan:
|
||||
fmt.Println("qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq", utils.Format4Output(obj, true))
|
||||
printMsg, ok := obj.(*model.PrintMsg)
|
||||
if ok {
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user