diff options
Diffstat (limited to 'vendor/github.com/Sirupsen/logrus/terminal_linux.go')
-rw-r--r-- | vendor/github.com/Sirupsen/logrus/terminal_linux.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/Sirupsen/logrus/terminal_linux.go b/vendor/github.com/Sirupsen/logrus/terminal_linux.go index a2c0b40d..308160ca 100644 --- a/vendor/github.com/Sirupsen/logrus/terminal_linux.go +++ b/vendor/github.com/Sirupsen/logrus/terminal_linux.go @@ -3,6 +3,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build !appengine + package logrus import "syscall" |