github.com/sirupsen/logrus v1.2.0

This commit is contained in:
Jordan Liggitt
2019-04-05 13:35:02 -04:00
parent 65a6613fe2
commit 3cabb5e654
46 changed files with 1046 additions and 327 deletions

11
vendor/github.com/sirupsen/logrus/terminal_check_js.go generated vendored Normal file
View File

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