From 80e08e6aee59ef32355fe5a376f295f1fd7dec1c Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sun, 3 May 2026 20:16:14 +0200 Subject: change module path to go.xyrillian.de/gg Also, some other small adjustments for the documentation to make it fit with the overall vibe of the new home. --- jsonmatch/interface.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jsonmatch/interface.go') 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" -- cgit v1.2.3