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. --- is/is_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'is/is_test.go') diff --git a/is/is_test.go b/is/is_test.go index 3c6c7db..854fd48 100644 --- a/is/is_test.go +++ b/is/is_test.go @@ -7,9 +7,9 @@ import ( "testing" "time" - . "github.com/majewsky/gg/internal/test" - "github.com/majewsky/gg/is" - . "github.com/majewsky/gg/option" + . "go.xyrillian.de/gg/internal/test" + "go.xyrillian.de/gg/is" + . "go.xyrillian.de/gg/option" ) func TestComparable(t *testing.T) { -- cgit v1.2.3