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. --- options/options.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options/options.go') diff --git a/options/options.go b/options/options.go index 22d645d..429f31a 100644 --- a/options/options.go +++ b/options/options.go @@ -3,12 +3,12 @@ // Package options provides additional functions for type option.Option // that cannot be expressed as methods on the Option type itself. -package options +package options // import "go.xyrillian.de/gg/options" import ( "cmp" - . "github.com/majewsky/gg/option" + . "go.xyrillian.de/gg/option" ) // NOTE: Keep functions sorted by name. -- cgit v1.2.3