Skip to content

Commit

Permalink
Remove inaccurate and unnecessary import comment (#1481)
Browse files Browse the repository at this point in the history
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 <MrAlias@users.noreply.github.com>
  • Loading branch information
punya and MrAlias committed Jan 29, 2021
1 parent 7e19eb6 commit 4bf4b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/opencensus/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4bf4b69

Please sign in to comment.