This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vikunja-api/vendor/github.com/labstack/gommon/log/white.go
2018-06-10 11:11:42 +02:00

12 lines
104 B
Go

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