mirror of
https://github.com/astaxie/beego.git
synced 2025-07-15 09:01:01 +00:00
add flush & read all chan data
This commit is contained in:
@ -42,6 +42,10 @@ func (c *ConsoleWriter) Destroy() {
|
||||
|
||||
}
|
||||
|
||||
func (c *ConsoleWriter) Flush() {
|
||||
|
||||
}
|
||||
|
||||
func init() {
|
||||
Register("console", NewConsole)
|
||||
}
|
||||
|
Reference in New Issue
Block a user