From 5f156b42b634d57bd7d0dc835d738401b908bcf2 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sat, 17 Feb 2018 11:21:58 +0100 Subject: add Container.Objects(), type ObjectIterator --- container_iterator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container_iterator.go') diff --git a/container_iterator.go b/container_iterator.go index 8c04be6..c428335 100644 --- a/container_iterator.go +++ b/container_iterator.go @@ -37,7 +37,7 @@ type ContainerInfo struct { //ContainerIterator iterates over the accounts in a container. It is typically //constructed with the Account.Containers() method. For example: // -// //either this... +// //either this... // iter := account.Containers() // iter.Prefix = "test-" // containers, err := iter.Collect() -- cgit v1.2.3