Files
ALPHA-TRAIN2/services 4/tiktak/vendor/github.com/labstack/gommon/log/white.go
T
2026-08-26 11:01:46 +03:00

13 lines
104 B
Go

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