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
path: root/app.go
diff options
context:
space:
mode:
authorIgor Wiedler <iwiedler@gitlab.com>2020-05-07 11:44:53 +0300
committerIgor Wiedler <iwiedler@gitlab.com>2020-05-07 11:44:53 +0300
commit75f26113c375775bd5aa0cc049c100e057b40c3c (patch)
treefd35d72b09b1bfe3b46fc6850d7f2410d98d0e65 /app.go
parent838f82dbd717104ceb5e9cdbb09535090f18c0c6 (diff)
go fmt
Diffstat (limited to 'app.go')
-rw-r--r--app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.go b/app.go
index ce78b097..fa8dc04f 100644
--- a/app.go
+++ b/app.go
@@ -13,8 +13,8 @@ import (
"github.com/rs/cors"
log "github.com/sirupsen/logrus"
"gitlab.com/gitlab-org/labkit/errortracking"
- "gitlab.com/gitlab-org/labkit/monitoring"
labmetrics "gitlab.com/gitlab-org/labkit/metrics"
+ "gitlab.com/gitlab-org/labkit/monitoring"
mimedb "gitlab.com/lupine/go-mimedb"
"gitlab.com/gitlab-org/gitlab-pages/internal/acme"