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
+2
View File
@@ -8,6 +8,8 @@
package logrus
import (
"io"
"os"
"syscall"
"unsafe"
)