reorg imports, format code (#1000)
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
comment: false
|
comment: false
|
||||||
github_checks: false
|
|
||||||
ignore:
|
ignore:
|
||||||
- "doc"
|
- "doc"
|
||||||
- "example"
|
- "example"
|
||||||
|
|||||||
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -29,4 +29,4 @@ jobs:
|
|||||||
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
|
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
|
|
||||||
- name: Codecov
|
- name: Codecov
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v2
|
||||||
|
|||||||
@@ -6,10 +6,9 @@ import (
|
|||||||
"io"
|
"io"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"go.opentelemetry.io/otel/trace"
|
|
||||||
|
|
||||||
"github.com/tal-tech/go-zero/core/timex"
|
"github.com/tal-tech/go-zero/core/timex"
|
||||||
"github.com/tal-tech/go-zero/core/trace/tracespec"
|
"github.com/tal-tech/go-zero/core/trace/tracespec"
|
||||||
|
"go.opentelemetry.io/otel/trace"
|
||||||
)
|
)
|
||||||
|
|
||||||
type traceLogger struct {
|
type traceLogger struct {
|
||||||
|
|||||||
1160
tools/goctl/goctl.go
1160
tools/goctl/goctl.go
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user