Update imports for previous.
This commit is contained in:
parent
fab1d2b55f
commit
e0d93cdf8b
|
@ -18,6 +18,9 @@ package spew_test
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
"reflect"
|
||||
"testing"
|
||||
)
|
||||
|
||||
// custom type to test Stinger interface on non-pointer receiver.
|
||||
|
|
|
@ -65,7 +65,6 @@ import (
|
|||
"bytes"
|
||||
"fmt"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
"reflect"
|
||||
"testing"
|
||||
"unsafe"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue