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/redirects/redirects.go
parent07c1244a988266aaae44e299fb938bdddd576e7f (diff)
lint: fix gci issues
Diffstat (limited to 'internal/redirects/redirects.go')
-rw-r--r--internal/redirects/redirects.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/redirects/redirects.go b/internal/redirects/redirects.go
index 11a85d66..f3c4e491 100644
--- a/internal/redirects/redirects.go
+++ b/internal/redirects/redirects.go
@@ -11,7 +11,6 @@ import (
"strings"
netlifyRedirects "github.com/tj/go-redirects"
-
"gitlab.com/gitlab-org/labkit/log"
"gitlab.com/gitlab-org/gitlab-pages/internal/vfs"