From e1625d914fa3d9ac98a7db85ae5de13ee4d58fd6 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Mon, 8 Jul 2024 15:56:55 +0200 Subject: update module path for v2 --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc.go') 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) -- cgit v1.2.3