Skip to content

Commit

Permalink
chore(telemetry): format imports in run.go
Browse files Browse the repository at this point in the history
Signed-off-by: Lam Tran <lam.tran@spenmo.com>
  • Loading branch information
tranngoclam committed Nov 13, 2023
1 parent 71efc1d commit 5411678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"context"
"errors"
"fmt"
"go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc"
"go.opentelemetry.io/otel/trace/noop"
"html/template"
"net"
"net/http"
Expand Down Expand Up @@ -53,8 +51,10 @@ import (
"github.com/rs/cors"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc"
"go.opentelemetry.io/otel"
semconv "go.opentelemetry.io/otel/semconv/v1.12.0"
"go.opentelemetry.io/otel/trace/noop"
"go.uber.org/zap"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
Expand Down

0 comments on commit 5411678

Please sign in to comment.