aboutsummaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-04-19 00:47:31 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-04-19 00:47:31 +0200
commit137708df186982c9b60a4f0843ca6b6cbefa8c2a (patch)
tree5a9461231457d480364eeb0241845cf0407cc6e5 /doc.go
parent5a39528a31f9455b106f62eb3dbb141ad584164a (diff)
downloadgo-schwift-137708df186982c9b60a4f0843ca6b6cbefa8c2a.tar.gz
change module path to go.xyrillian.de/schwift/v2
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go2
1 files changed, 1 insertions, 1 deletions
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)