dip/vendor/github.com/labstack/gommon/log/white.go
2019-12-22 18:20:45 +01:00

13 lines
104 B
Go

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