More import fixes

This commit is contained in:
Darren McCleary
2017-02-13 10:56:35 -05:00
parent d82ae3267f
commit 6b682c5933
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
package logrus
import (
"io"
"os"
"io"
"os"
"syscall"
"unsafe"
)