1
0
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:
astaxie
2013-11-27 17:50:10 +08:00
parent 690d77e985
commit ba5e393e99
5 changed files with 35 additions and 1 deletions

View File

@ -42,6 +42,10 @@ func (c *ConsoleWriter) Destroy() {
}
func (c *ConsoleWriter) Flush() {
}
func init() {
Register("console", NewConsole)
}