5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 11:22:31 +00:00
matterbridge/vendor/github.com/labstack/gommon/log/white.go

13 lines
104 B
Go
Raw Normal View History

2017-02-18 22:00:46 +00:00
// +build appengine
package log
import (
"io"
"os"
)
func output() io.Writer {
return os.Stdout
}