aboutsummaryrefslogtreecommitdiff
path: root/container.go
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-07-01 13:05:01 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-07-01 13:05:35 +0200
commitbd23c64a1283835f5991444bb47ec3da1895ff42 (patch)
treed548aa20b2944b578a429aeae2ac1790b6f0f69a /container.go
parent21ec57dc4fed205fde1890c0d7531aae6197b3db (diff)
downloadgo-schwift-bd23c64a1283835f5991444bb47ec3da1895ff42.tar.gz
Fix gophercloud lint complains
Diffstat (limited to 'container.go')
-rw-r--r--container.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container.go b/container.go
index a1692d6..e5c57f3 100644
--- a/container.go
+++ b/container.go
@@ -28,7 +28,7 @@ import (
type Container struct {
a *Account
name string
- //cache
+ // cache
headers *ContainerHeaders
}