1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-29 22:07:13 +02:00
lazygit/vendor/github.com/Sirupsen/logrus/terminal_check_appengine.go
2018-08-14 08:34:31 +10:00

12 lines
120 B
Go

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