Update vendoring

This commit is contained in:
Charlie Drage
2016-12-22 09:18:22 -05:00
parent 1b9228e696
commit 1fdc1f648e
241 changed files with 60911 additions and 6029 deletions
+8
View File
@@ -0,0 +1,8 @@
// +build appengine
package logrus
// IsTerminal returns true if stderr's file descriptor is a terminal.
func IsTerminal() bool {
return true
}