vikunja-api/vendor/github.com/labstack/gommon/log/white.go

13 lines
104 B
Go
Raw Normal View History

2018-06-10 11:11:41 +02:00
// +build appengine
package log
import (
"io"
"os"
)
func output() io.Writer {
return os.Stdout
}