Skip to content

Commit

Permalink
fix go lint
Browse files Browse the repository at this point in the history
  • Loading branch information
文徐 committed Jul 4, 2024
1 parent c64a2af commit 7e273ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagnostics/grpc_tracing.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ package diagnostics

import (
"context"
"mosn.io/pkg/variable"
"time"

grpc_middleware "github.com/grpc-ecosystem/go-grpc-middleware"

"google.golang.org/grpc"
"mosn.io/mosn/pkg/trace"
"mosn.io/pkg/variable"

ltrace "mosn.io/layotto/components/trace"
lgrpc "mosn.io/layotto/diagnostics/grpc"
Expand Down

0 comments on commit 7e273ab

Please sign in to comment.