aboutsummaryrefslogtreecommitdiff
path: root/option/option_test.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-05-03 20:16:14 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-05-03 20:16:14 +0200
commit80e08e6aee59ef32355fe5a376f295f1fd7dec1c (patch)
treeb49c2f974a9898caa3dd9cb094101a1b236c0e32 /option/option_test.go
parent9fd5ae1214c3f4af53dfa5c45adee68769981b18 (diff)
downloadgo-gg-80e08e6aee59ef32355fe5a376f295f1fd7dec1c.tar.gz
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.
Diffstat (limited to 'option/option_test.go')
-rw-r--r--option/option_test.go2
1 files changed, 1 insertions, 1 deletions
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) {