Skip to content

Commit 85bc9ad

Browse files
committed
move everything to patch/ dir
1 parent 30148a3 commit 85bc9ad

15 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
. "github.com/onsi/gomega"
66
"gopkg.in/yaml.v2"
77

8-
. "github.com/cppforlife/go-patch"
8+
. "github.com/cppforlife/go-patch/patch"
99
)
1010

1111
var _ = Describe("Integration", func() {
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
. "github.com/onsi/ginkgo"
55
. "github.com/onsi/gomega"
66

7-
. "github.com/cppforlife/go-patch"
7+
. "github.com/cppforlife/go-patch/patch"
88
)
99

1010
var _ = Describe("NewOpsFromDefinitions", func() {
File renamed without changes.

ops_test.go renamed to patch/ops_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
. "github.com/onsi/ginkgo"
77
. "github.com/onsi/gomega"
88

9-
. "github.com/cppforlife/go-patch"
9+
. "github.com/cppforlife/go-patch/patch"
1010
)
1111

1212
var _ = Describe("Ops.Apply", func() {
File renamed without changes.

pointer_test.go renamed to patch/pointer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
. "github.com/onsi/ginkgo"
77
. "github.com/onsi/gomega"
88

9-
. "github.com/cppforlife/go-patch"
9+
. "github.com/cppforlife/go-patch/patch"
1010
)
1111

1212
type PointerTestCase struct {
File renamed without changes.

0 commit comments

Comments
 (0)