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:
authorKassio Borges <kassioborgesm@gmail.com>2023-04-11 16:10:50 +0300
committerKassio Borges <kassioborgesm@gmail.com>2023-04-12 14:02:13 +0300
commit4818095bc357ec6415e939a321af507b2c42daad (patch)
tree7c47f3a19a8bf701b9926bf901ea5c4394a382be /app.go
parent29ac8e1a6ad17403f74c438c36e1637ac555ae20 (diff)
Update golangci-lint tool
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 96aa084b..aa63fc7f 100644
--- a/app.go
+++ b/app.go
@@ -183,7 +183,7 @@ func (a *theApp) buildHandlerPipeline() (http.Handler, error) {
return handler, nil
}
-// nolint: gocyclo // ignore this
+//nolint: gocyclo // ignore this
func (a *theApp) Run() error {
var limiter *netutil.Limiter
if a.config.General.MaxConns > 0 {