msglog.E("->", "uname", uname)
return
} else {
- msglog.I("用户", uname.(string), "已被封禁")
+ msglog.I("用户", uname.(string), "已被封禁")
}
}
msglog.E("->", "roomid", roomid)
return
} else {
- msglog.I("房间", roomid.(string), "下播了")
+ msglog.I("房间", roomid.(string), "下播了")
}
}
msglog.E("->", "roomid", roomid)
return
} else {
- msglog.I("房间", roomid.(string), "开播了")
+ msglog.I("房间", roomid.(string), "开播了")
}
}
require github.com/qydysky/bili_danmu v0.0.0-20200914143111-fe17ba7dd5a9
-//replace github.com/qydysky/bili_danmu => ../
+replace github.com/qydysky/bili_danmu => ../