aboutsummaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2024-07-08 15:56:55 +0200
committerStefan Majewsky <majewsky@gmx.net>2024-07-08 15:58:53 +0200
commite1625d914fa3d9ac98a7db85ae5de13ee4d58fd6 (patch)
treea290902b3e619f87f801f1a5ec23bfaedcb91d51 /doc.go
parentf874c88ee641881229b74bc5afa8f2490120d91b (diff)
downloadgo-schwift-e1625d914fa3d9ac98a7db85ae5de13ee4d58fd6.tar.gz
update module path for 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 515ed6b..7b49e04 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/gopherschwift"
+ import "github.com/majewsky/schwift/v2/gopherschwift"
account, err := gopherschwift.Wrap(client)