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