mirror of
https://github.com/Luzifer/clean-github-branches.git
synced 2024-11-09 22:50:05 +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
|
||
|
}
|