terminal_check_appengine.go (111B)
1 // +build appengine 2 3 package logrus 4 5 import ( 6 "io" 7 ) 8 9 func checkIfTerminal(w io.Writer) bool { 10 return true 11 }
gtsocial-umbxUnnamed repository; edit this file 'description' to name the repository. | |
Log | Files | Refs | README | LICENSE |