fix(git): add vendor in .gitignore
This commit is contained in:
12
vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go
generated
vendored
12
vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go
generated
vendored
@@ -1,12 +0,0 @@
|
||||
//go:build js || nacl || plan9
|
||||
// +build js nacl plan9
|
||||
|
||||
package logrus
|
||||
|
||||
import (
|
||||
"io"
|
||||
)
|
||||
|
||||
func checkIfTerminal(w io.Writer) bool {
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user