Revert import paths for smoother pull request

This commit is contained in:
Unknown 2019-01-16 20:20:58 -07:00
parent 893f686338
commit 33f49b1830
6 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ import (
"reflect" "reflect"
"testing" "testing"
"github.com/coreyog/go-spew/spew" "github.com/davecgh/go-spew/spew"
) )
// custom type to test Stinger interface on non-pointer receiver. // custom type to test Stinger interface on non-pointer receiver.

View File

@ -67,7 +67,7 @@ import (
"testing" "testing"
"unsafe" "unsafe"
"github.com/coreyog/go-spew/spew" "github.com/davecgh/go-spew/spew"
) )
// dumpTest is used to describe a test to be performed against the Dump method. // dumpTest is used to describe a test to be performed against the Dump method.

View File

@ -26,7 +26,7 @@ package spew_test
import ( import (
"fmt" "fmt"
"github.com/coreyog/go-spew/spew/testdata" "github.com/davecgh/go-spew/spew/testdata"
) )
func addCgoDumpTests() { func addCgoDumpTests() {

View File

@ -19,7 +19,7 @@ package spew_test
import ( import (
"fmt" "fmt"
"github.com/coreyog/go-spew/spew" "github.com/davecgh/go-spew/spew"
) )
type Flag int type Flag int

View File

@ -72,7 +72,7 @@ import (
"testing" "testing"
"unsafe" "unsafe"
"github.com/coreyog/go-spew/spew" "github.com/davecgh/go-spew/spew"
) )
// formatterTest is used to describe a test to be performed against NewFormatter. // formatterTest is used to describe a test to be performed against NewFormatter.

View File

@ -23,7 +23,7 @@ import (
"os" "os"
"testing" "testing"
"github.com/coreyog/go-spew/spew" "github.com/davecgh/go-spew/spew"
) )
// spewFunc is used to identify which public function of the spew package or // spewFunc is used to identify which public function of the spew package or