From df2bdbbadb26cd3dc8387d2d3628667fd84e13dc Mon Sep 17 00:00:00 2001 From: Qian Deng Date: Tue, 7 Sep 2021 23:16:55 +0800 Subject: [PATCH] Fix the import comments of otelpconfig (#2224) keep import comments of otelpconfig consistent with other Signed-off-by: DQ Co-authored-by: Anthony Mirabella Co-authored-by: Tyler Yahn --- exporters/otlp/otlptrace/internal/otlpconfig/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporters/otlp/otlptrace/internal/otlpconfig/options.go b/exporters/otlp/otlptrace/internal/otlpconfig/options.go index a97c880a422..0ec2c879eae 100644 --- a/exporters/otlp/otlptrace/internal/otlpconfig/options.go +++ b/exporters/otlp/otlptrace/internal/otlpconfig/options.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package otlpconfig // import "go.opentelemetry.io/otel/exporters/otlp/internal/otlpconfig" +package otlpconfig // import "go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/otlpconfig" import ( "crypto/tls"