From 4bf4b69050b7bcfe8c414522d051ebe5566c983d Mon Sep 17 00:00:00 2001 From: Punya Biswal Date: Fri, 29 Jan 2021 15:26:49 -0500 Subject: [PATCH] Remove inaccurate and unnecessary import comment (#1481) Based on its module, it should be go.opencensus.io/otel/example/opencensus. However, it's simpler to get rid of it since main packages shouldn't be imported at all. Co-authored-by: Tyler Yahn --- example/opencensus/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/opencensus/main.go b/example/opencensus/main.go index 8e1b828ac88..b11f1340afe 100644 --- a/example/opencensus/main.go +++ b/example/opencensus/main.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package main // import "go.opentelemetry.io/otel/bridge/opencensus/examples/simple" +package main import ( "context"