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

View File

@ -3,6 +3,7 @@
package logrus package logrus
import ( import (
"io"
"os" "os"
"golang.org/x/sys/unix" "golang.org/x/sys/unix"

View File

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

View File

@ -3,9 +3,9 @@ package logrus
import ( import (
"bytes" "bytes"
"errors" "errors"
"strings"
"testing" "testing"
"time" "time"
"strings"
) )
func TestQuoting(t *testing.T) { func TestQuoting(t *testing.T) {