From 137708df186982c9b60a4f0843ca6b6cbefa8c2a Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sun, 19 Apr 2026 00:47:31 +0200 Subject: change module path to go.xyrillian.de/schwift/v2 --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc.go') diff --git a/doc.go b/doc.go index 7b49e04..cdaf1e4 100644 --- a/doc.go +++ b/doc.go @@ -53,7 +53,7 @@ Then, in all these cases, you use gopherschwift to convert the gophercloud.ServiceClient into a schwift.Account instance, from which point you have access to all of schwift's API: - import "github.com/majewsky/schwift/v2/gopherschwift" + import "go.xyrillian.de/schwift/v2/gopherschwift" account, err := gopherschwift.Wrap(client) -- cgit v1.2.3