diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2024-07-08 15:56:55 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2024-07-08 15:58:53 +0200 |
| commit | e1625d914fa3d9ac98a7db85ae5de13ee4d58fd6 (patch) | |
| tree | a290902b3e619f87f801f1a5ec23bfaedcb91d51 /doc.go | |
| parent | f874c88ee641881229b74bc5afa8f2490120d91b (diff) | |
| download | go-schwift-e1625d914fa3d9ac98a7db85ae5de13ee4d58fd6.tar.gz | |
update module path for v2
Diffstat (limited to 'doc.go')
| -rw-r--r-- | doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
