mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-09 05:10:41 +08:00
add vendor packages避免用户网络太慢无法下载编译
This commit is contained in:
11
vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
generated
vendored
Normal file
11
vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build appengine
|
||||
|
||||
package logrus
|
||||
|
||||
import (
|
||||
"io"
|
||||
)
|
||||
|
||||
func checkIfTerminal(w io.Writer) bool {
|
||||
return true
|
||||
}
|
Reference in New Issue
Block a user