Update imports for previous.

This commit is contained in:
Dave Collins 2013-11-14 21:46:27 -06:00
parent fab1d2b55f
commit e0d93cdf8b
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -65,7 +65,6 @@ import (
"bytes"
"fmt"
"github.com/davecgh/go-spew/spew"
"reflect"
"testing"
"unsafe"
)