1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-20 09:51:34 +01:00
drone-cli/vendor/github.com/Sirupsen/logrus/terminal_check_appengine.go
Brad Rydzewski f18b9fe2ac update dep
2018-02-14 13:06:05 -08:00

12 lines
111 B
Go

// +build appengine
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return true
}