All code files point to this new repo

This commit is contained in:
Unknown 2019-01-16 20:15:04 -07:00
parent d8f796af33
commit f1fd14314f
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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