diff options
Diffstat (limited to 'jsonmatch/interface.go')
| -rw-r--r-- | jsonmatch/interface.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jsonmatch/interface.go b/jsonmatch/interface.go index 047a4b7..69319cb 100644 --- a/jsonmatch/interface.go +++ b/jsonmatch/interface.go @@ -12,7 +12,7 @@ // "net/http" // "net/http/httptest" // -// "github.com/majewsky/gg/jsonmatch" +// "go.xyrillian.de/gg/jsonmatch" // ) // // func TestJSONMatchOfResponseBody(t*testing.T) { @@ -128,7 +128,7 @@ // }, // }.DiffAgainst(resp2.Body.Bytes()) // // ... -package jsonmatch +package jsonmatch // import "go.xyrillian.de/gg/jsonmatch" import ( "encoding/json" |
