This repository was archived by the owner on Nov 7, 2022. It is now read-only.
Commit a421e15
internal/compression/grpc: use import block for blank import (#402)
Just encountered golang/lint#366
whose work around is to convert a single blank import "_"
into a block import.1 parent 2603c50 commit a421e15
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments