From f4c5c5feec6bf390b87732ff9c95db15997db02b Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Tue, 5 Nov 2024 12:03:20 +0000 Subject: [PATCH] Amend comment location --- backend/internal/endpointctx/endpointctx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/internal/endpointctx/endpointctx.go b/backend/internal/endpointctx/endpointctx.go index 7f7d69366..5bd0117fb 100644 --- a/backend/internal/endpointctx/endpointctx.go +++ b/backend/internal/endpointctx/endpointctx.go @@ -1,6 +1,6 @@ -// This package has been added to expose the EndpointCtxKey to allow the datasource_metrics_middleware to read it package internal +// This package has been added to expose the EndpointCtxKey to allow the datasource_metrics_middleware to read it type EndpointCtxKeyType struct{} var EndpointCtxKey = EndpointCtxKeyType{}