Skip to content

Commit

Permalink
Apply gci import order changes [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 24, 2024
1 parent 56a9671 commit 0c7c902
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example/trace/provider/internal/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
package internal

import (
"context"
"time"

"go.opentelemetry.io/otel"
"go.opentelemetry.io/otel/propagation"
"go.opentelemetry.io/otel/sdk/trace"
"context"
"time"

"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/net/gipv4"
)
Expand Down

0 comments on commit 0c7c902

Please sign in to comment.