This repository was archived by the owner on Apr 14, 2021. It is now read-only.
Commit bce48ae
committed
Two new linters: interfacer and unconvert
* mvdan.cc/interfacer: A linter that suggests interface types.
* github.com/mdempsky/unconvert: Analyzes Go packages to identify unnecessary type conversions; i.e., expressions T(x) where x already has type T.1 parent 6ae84c1 commit bce48ae
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
166 | 176 | | |
167 | 177 | | |
168 | 178 | | |
| |||
0 commit comments