Packer plugin for Drone CI
 
 
 

11 lines
120 B

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