reorg imports, format code (#1000)

This commit is contained in:
Kevin Wan 2021-09-06 14:56:46 +08:00 committed by GitHub
parent a4d8286e36
commit 10805577f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 581 additions and 585 deletions

View File

@ -1,5 +1,4 @@
comment: false
github_checks: false
ignore:
- "doc"
- "example"

View File

@ -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

View File

@ -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 {

File diff suppressed because it is too large Load Diff