flatten paths

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-14 12:21:06 -06:00
parent b71a36f214
commit a502f839a1
21 changed files with 9 additions and 9 deletions

View File

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

View File

View File

@ -67,7 +67,7 @@ import (
"testing" "testing"
"unsafe" "unsafe"
"go.wit.com/dev/davecgh/go-spew/spew" "go.wit.com/dev/davecgh/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"
"go.wit.com/dev/davecgh/go-spew/spew/testdata" "go.wit.com/dev/davecgh/spew/testdata"
) )
func addCgoDumpTests() { func addCgoDumpTests() {

View File

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

View File

@ -72,7 +72,7 @@ import (
"testing" "testing"
"unsafe" "unsafe"
"go.wit.com/dev/davecgh/go-spew/spew" "go.wit.com/dev/davecgh/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.

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module go.wit.com/dev/davecgh/spew
go 1.21.4

View File

@ -1,3 +0,0 @@
module go.wit.com/dev/davecgh/go-spew/spew
go 1.21.4

View File

@ -23,7 +23,7 @@ import (
"os" "os"
"testing" "testing"
"go.wit.com/dev/davecgh/go-spew/spew" "go.wit.com/dev/davecgh/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