Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
theruziev committed May 8, 2023
1 parent 9836d26 commit d470498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions interceptors/logging/examples/zap/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package examplezap
import (
"context"
"fmt"

"github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging"
"go.uber.org/zap"
)
Expand Down
2 changes: 1 addition & 1 deletion interceptors/logging/examples/zap/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ package examplezap_test

import (
"context"
examplezap "github.com/grpc-ecosystem/go-grpc-middleware/interceptors/logging/examples/zap"
"runtime"
"strings"
"testing"

examplezap "github.com/grpc-ecosystem/go-grpc-middleware/interceptors/logging/examples/zap"
"github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging"
"github.com/grpc-ecosystem/go-grpc-middleware/v2/testing/testpb"
"github.com/stretchr/testify/assert"
Expand Down

0 comments on commit d470498

Please sign in to comment.