5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 12:32:30 +00:00
matterbridge/vendor/github.com/labstack/gommon/log/white.go
2017-02-18 23:11:48 +01:00

13 lines
104 B
Go

// +build appengine
package log
import (
"io"
"os"
)
func output() io.Writer {
return os.Stdout
}