add missing vendor file

This commit is contained in:
Megan Marsh 2018-08-24 15:55:33 -07:00
parent c5b346b07b
commit d6b893fb06
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
// +build appengine gopherjs
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return true
}