fix vendor directory

This commit is contained in:
Jeff
2019-09-04 14:04:37 +08:00
parent 289b8ebd2b
commit 70293cc6fd
94 changed files with 0 additions and 14018 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
}