IsTerminal should work in nacl too

I'm running logrus on a nacl environment and I get:

```
github.com/sirupsen/logrus/text_formatter.go:70: undefined: IsTerminal
```
This commit is contained in:
Davide D'Agostino 2017-07-25 14:20:14 -07:00 committed by GitHub
parent 8d4f6a97d3
commit 31e110ccae
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build linux darwin freebsd openbsd netbsd dragonfly
// +build linux darwin freebsd openbsd netbsd dragonfly nacl
// +build !appengine
package logrus