forked from ebhomengo/niki
1
0
Fork 0
niki/vendor/github.com/labstack/gommon/log/white.go

13 lines
104 B
Go
Raw Permalink Normal View History

2024-08-29 03:26:59 +00:00
// +build appengine
package log
import (
"io"
"os"
)
func output() io.Writer {
return os.Stdout
}