Update package path

This commit is contained in:
Matthew Quigley 2019-08-27 15:52:31 -07:00
parent d8f796af33
commit dd244ad083
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/picmonkey/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/picmonkey/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/picmonkey/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/picmonkey/go-spew/spew"
)
type Flag int

View File

@ -72,7 +72,7 @@ import (
"testing"
"unsafe"
"github.com/davecgh/go-spew/spew"
"github.com/picmonkey/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/picmonkey/go-spew/spew"
)
// spewFunc is used to identify which public function of the spew package or