From 4e9ecc22177a018594d1f7c72c4d1d115851a60b Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Wed, 14 Feb 2024 11:00:28 -0500 Subject: [PATCH] add package comment to otelgrpc/internal/test (#5085) Co-authored-by: Tyler Yahn --- .../grpc/otelgrpc/internal/test/test_utils.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/instrumentation/google.golang.org/grpc/otelgrpc/internal/test/test_utils.go b/instrumentation/google.golang.org/grpc/otelgrpc/internal/test/test_utils.go index 37b4489c696..6436b173692 100644 --- a/instrumentation/google.golang.org/grpc/otelgrpc/internal/test/test_utils.go +++ b/instrumentation/google.golang.org/grpc/otelgrpc/internal/test/test_utils.go @@ -12,10 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Copied from https://github.com/grpc/grpc-go/tree/v1.61.0/interop -// That package was never intended to be used by external code. -// See https://github.com/open-telemetry/opentelemetry-go-contrib/issues/4896 - /* * * Copyright 2014 gRPC authors. @@ -34,6 +30,11 @@ * */ +// Package test contains functions used by interop client/server. +// +// Copied from https://github.com/grpc/grpc-go/tree/v1.61.0/interop +// That package was not intended to be used by external code. +// See https://github.com/open-telemetry/opentelemetry-go-contrib/issues/4896 package test // import "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal/test" import (