From bcc7d087ac8cd72e3dfe8773ca06115c0408a969 Mon Sep 17 00:00:00 2001 From: Gregor Noczinski Date: Fri, 22 Mar 2019 11:59:58 +0100 Subject: [PATCH] Aligned to `golint` --- images/custom-error-pages/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/custom-error-pages/main.go b/images/custom-error-pages/main.go index 33c531318..f6baac558 100644 --- a/images/custom-error-pages/main.go +++ b/images/custom-error-pages/main.go @@ -55,7 +55,7 @@ const ( // ServicePort name of the header that contains the matched Service port in the Ingress ServicePort = "X-Service-Port" - // Unique ID that identifies the request - same as for backend service + // RequestId is a unique ID that identifies the request - same as for backend service RequestId = "X-Request-ID" // ErrFilesPathVar is the name of the environment variable indicating