mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-28 09:29:22 -05:00
* updates travis to xenial and docker to 18.09 * updates docker sources to f25e0c6f * updates the grpc sources to the latest version to be comtatible Closes #114
11 lines
111 B
Go
11 lines
111 B
Go
// +build appengine
|
|
|
|
package logrus
|
|
|
|
import (
|
|
"io"
|
|
)
|
|
|
|
func checkIfTerminal(w io.Writer) bool {
|
|
return true
|
|
}
|