aboutsummaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2018-02-19 20:51:16 +0100
committerStefan Majewsky <majewsky@gmx.net>2018-02-19 20:51:16 +0100
commit8f777460661bbbcbe42730979140f525b382110e (patch)
treef6360dc2f4c7ce9342de38c88cde247fa70a4467 /doc.go
parent46081e2068aeea62783863515ab116bb6af20661 (diff)
downloadgo-schwift-8f777460661bbbcbe42730979140f525b382110e.tar.gz
introduce Client interface
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 1fe46e4..bf50a20 100644
--- a/doc.go
+++ b/doc.go
@@ -37,7 +37,7 @@ Or, if you use Swift's built-in authentication instead of Keystone:
Key: "password",
})
-Then, in both cases, you use schwift.AccountFromClient() to obtain a
+Then, in both cases, you use schwift.AccountFromGophercloud() to obtain a
schwift.Account instance, from which point you have access to all of schwift's
API.