From c136d5a73c089ade3f35cdff85d70e9c1e77f071 Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Thu, 30 Jan 2025 22:37:40 -0800 Subject: [PATCH] Fix goword errors For some reason, the goword check has been passing while the file `tests/integration/embed/embed_proxy_test.go` has an error in the godoc. Update it so it doesn't show the error anymore. Signed-off-by: Ivan Valdes --- tests/integration/embed/embed_proxy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/embed/embed_proxy_test.go b/tests/integration/embed/embed_proxy_test.go index 50f2a175fbd..6d20e1802e8 100644 --- a/tests/integration/embed/embed_proxy_test.go +++ b/tests/integration/embed/embed_proxy_test.go @@ -14,6 +14,6 @@ //go:build cluster_proxy -// The purpose of this (empty) package is too keep following test working: +// Package embed_test is an empty package that exists to keep the following test working: // # go test -tags=cluster_proxy ./integration/embed package embed_test