commit | 27249f4d6f4edde27fb76d11fcd58b37ca27c3cb | [log] [tgz] |
---|---|---|
author | Jon Perritt <jon.perritt@rackspace.com> | Thu Feb 18 10:35:59 2016 -0600 |
committer | Jon Perritt <jon.perritt@rackspace.com> | Thu Feb 18 10:35:59 2016 -0600 |
tree | db5ca59e0af4731bb084a4f06395dbb52ab65cda | |
parent | b101323b44e08334d450961d675b715f6360e46e [diff] [blame] |
rename imports: rackspace/gophercloud -> gophercloud/gophercloud
diff --git a/pagination/http.go b/pagination/http.go index 1b3fe94..db31b55 100644 --- a/pagination/http.go +++ b/pagination/http.go
@@ -7,7 +7,7 @@ "net/url" "strings" - "github.com/rackspace/gophercloud" + "github.com/gophercloud/gophercloud" ) // PageResult stores the HTTP response that returned the current page of results.