mirror of
https://github.com/Luzifer/gen-dockerfile.git
synced 2024-11-15 02:12:43 +00:00
12 lines
120 B
Go
12 lines
120 B
Go
|
// +build appengine gopherjs
|
||
|
|
||
|
package logrus
|
||
|
|
||
|
import (
|
||
|
"io"
|
||
|
)
|
||
|
|
||
|
func checkIfTerminal(w io.Writer) bool {
|
||
|
return true
|
||
|
}
|