Mark Dittmer
|
f1ce1baf56
|
Fix copypasta
|
2018-09-17 13:52:43 -04:00 |
Mark Dittmer
|
90501cfcc5
|
Fix AppEngine builds
`go build -tags appengine [...]` currently yields:
```
.../github.com/sirupsen/logrus/text_formatter.go:84:4: undefined: initTerminal
```
This change implements `initTerminal` for AppEngine builds.
|
2018-09-17 13:50:48 -04:00 |
dmathieu
|
e66f22976f
|
remove os-specific IsTerminal methods, and use x/crypto/ssh/terminal instead
|
2017-07-27 15:26:52 +02:00 |
Darren McCleary
|
d82ae3267f
|
Fixed import
|
2017-02-08 14:03:21 -05:00 |
Simon Eskildsen
|
1726e1744a
|
text_formatter: detect tty based on fd
|
2017-02-06 19:16:49 -05:00 |
Shintaro Kaneko
|
dfb0e1d797
|
terminal: Include appengine tag to compile for GAE
|
2016-04-02 05:06:31 +00:00 |