File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
interceptors/logging/examples/zap Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ package examplezap
66import (
77 "context"
88 "fmt"
9+
910 "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging"
1011 "go.uber.org/zap"
1112)
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ package examplezap_test
55
66import (
77 "context"
8- examplezap "github.com/grpc-ecosystem/go-grpc-middleware/interceptors/logging/examples/zap"
98 "runtime"
109 "strings"
1110 "testing"
1211
12+ examplezap "github.com/grpc-ecosystem/go-grpc-middleware/interceptors/logging/examples/zap"
1313 "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging"
1414 "github.com/grpc-ecosystem/go-grpc-middleware/v2/testing/testpb"
1515 "github.com/stretchr/testify/assert"
You can’t perform that action at this time.
0 commit comments