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. --- option/option_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'option/option_test.go') diff --git a/option/option_test.go b/option/option_test.go index cc1396f..a5eb3ff 100644 --- a/option/option_test.go +++ b/option/option_test.go @@ -9,7 +9,7 @@ import ( "slices" "testing" - . "github.com/majewsky/gg/internal/test" + . "go.xyrillian.de/gg/internal/test" ) func TestZeroValue(t *testing.T) { -- cgit v1.2.3