Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-12-14 00:45:52 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-01-24 03:28:45 +0300
commitd190b1892e134dec2556c543469962427c667cb7 (patch)
tree6fd2bbd82c3065e4b6e7b0682987101c0bd66555 /internal/vfs/zip/archive.go
parent07c1244a988266aaae44e299fb938bdddd576e7f (diff)
lint: fix gci issues
Diffstat (limited to 'internal/vfs/zip/archive.go')
-rw-r--r--internal/vfs/zip/archive.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/vfs/zip/archive.go b/internal/vfs/zip/archive.go
index 551d10c0..b773899c 100644
--- a/internal/vfs/zip/archive.go
+++ b/internal/vfs/zip/archive.go
@@ -13,8 +13,7 @@ import (
"sync/atomic"
"time"
- // TODO: Revert back to zip/archive once we no longer support go1.17
- // https://gitlab.com/gitlab-org/gitlab-pages/-/issues/673
+ // TODO: Revert back to zip/archive once we no longer support go1.17 (https://gitlab.com/gitlab-org/gitlab-pages/-/issues/673)
zip "gitlab.com/gitlab-org/golang-archive-zip"
"gitlab.com/gitlab-org/labkit/log"