diff options
| author | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2024-07-01 13:05:01 +0200 |
|---|---|---|
| committer | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2024-07-01 13:05:35 +0200 |
| commit | bd23c64a1283835f5991444bb47ec3da1895ff42 (patch) | |
| tree | d548aa20b2944b578a429aeae2ac1790b6f0f69a /container.go | |
| parent | 21ec57dc4fed205fde1890c0d7531aae6197b3db (diff) | |
| download | go-schwift-bd23c64a1283835f5991444bb47ec3da1895ff42.tar.gz | |
Fix gophercloud lint complains
Diffstat (limited to 'container.go')
| -rw-r--r-- | container.go | 2 |
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 } |
