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