From e61880b90248492426d5bc786242860ca529673a Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Thu, 1 Dec 2022 10:03:56 -0800 Subject: [PATCH] [chore] remove empty internal package (#6657) Signed-off-by: Bogdan Drutu Signed-off-by: Bogdan Drutu --- service/internal/builder/doc.go | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 service/internal/builder/doc.go diff --git a/service/internal/builder/doc.go b/service/internal/builder/doc.go deleted file mode 100644 index d5aa04b14e7..00000000000 --- a/service/internal/builder/doc.go +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright The OpenTelemetry Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -// Package builder handles the options to build the OpenTelemetry collector -// pipeline. -package builder // import "go.opentelemetry.io/collector/service/internal/builder"