Skip to content

Commit

Permalink
reorg imports, format code (zeromicro#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Sep 6, 2021
1 parent a4d8286 commit 1080557
Show file tree
Hide file tree
Showing 4 changed files with 546 additions and 550 deletions.
1 change: 0 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
comment: false
github_checks: false
ignore:
- "doc"
- "example"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...

- name: Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
3 changes: 1 addition & 2 deletions core/logx/tracelogger.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ import (
"io"
"time"

"go.opentelemetry.io/otel/trace"

"github.com/tal-tech/go-zero/core/timex"
"github.com/tal-tech/go-zero/core/trace/tracespec"
"go.opentelemetry.io/otel/trace"
)

type traceLogger struct {
Expand Down
Loading

0 comments on commit 1080557

Please sign in to comment.