Merge pull request #476 from majimboo/patch-1

Fixed missing imports for windows terminal
This commit is contained in:
Simon Eskildsen 2017-02-07 06:48:23 -05:00 committed by GitHub
commit 066a382098
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
package logrus
import (
"io"
"os"
"syscall"
"unsafe"
)