EdgexAgent/device-gps-go/vendor/github.com/labstack/gommon/log/white.go
2025-07-10 20:30:06 +08:00

13 lines
104 B
Go

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