From 04ce17415f25dbf10eba954212c8428ae630df88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 26 Oct 2022 11:31:22 +0200 Subject: Format with go 1.19 --- iterator.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'iterator.go') diff --git a/iterator.go b/iterator.go index 641e28d..6ae132b 100644 --- a/iterator.go +++ b/iterator.go @@ -25,8 +25,8 @@ import ( "strings" ) -//iteratorInterface allows iteratorBase to access public attributes of -//ContainerIterator/ObjectIterator. +// iteratorInterface allows iteratorBase to access public attributes of +// ContainerIterator/ObjectIterator. type iteratorInterface interface { getAccount() *Account getContainerName() string @@ -68,7 +68,7 @@ func (i ObjectIterator) putHeader(hdr http.Header) error { return nil } -//iteratorBase provides shared behavior for ContainerIterator and ObjectIterator. +// iteratorBase provides shared behavior for ContainerIterator and ObjectIterator. type iteratorBase struct { i iteratorInterface marker string -- cgit v1.2.3