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
6
6
import (
7
7
"context"
8
8
"fmt"
9
+
9
10
"github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging"
10
11
"go.uber.org/zap"
11
12
)
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ package examplezap_test
5
5
6
6
import (
7
7
"context"
8
- examplezap "github.com/grpc-ecosystem/go-grpc-middleware/interceptors/logging/examples/zap"
9
8
"runtime"
10
9
"strings"
11
10
"testing"
12
11
12
+ examplezap "github.com/grpc-ecosystem/go-grpc-middleware/interceptors/logging/examples/zap"
13
13
"github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging"
14
14
"github.com/grpc-ecosystem/go-grpc-middleware/v2/testing/testpb"
15
15
"github.com/stretchr/testify/assert"
You can’t perform that action at this time.
0 commit comments