http urls monitor.

terminal_check_appengine.go 120B

123456789101112
  1. // +build appengine gopherjs
  2. package logrus
  3. import (
  4. "io"
  5. )
  6. func checkIfTerminal(w io.Writer) bool {
  7. return true
  8. }