cockroachdb / cockroachdb/crlfmt
lint for unnecessary import aliases
Open
- Dominant language
- Go
- Stars
- 20
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
I've observed goimports generating code like this from time to time:
```
import (
fmt "fmt"
)
```
Not sure why it happens, but we should lint against it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.