Fixed missing imports for windows terminal

This commit is contained in:
Majid Arif Siddiqui 2017-02-07 11:28:14 +08:00 committed by GitHub
parent 080ca65fb5
commit 5c8f1691bc
1 changed files with 2 additions and 0 deletions

View File

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