1
0
Fork 1
mirror of https://github.com/distribution/distribution synced 2024-09-29 05:39:53 +00:00
docker-distribution/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
Tariq Ibrahim afe29bb697
update the golang compiler version and the versions of several dependencies
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
2019-06-19 22:43:52 -07:00

11 lines
111 B
Go

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