Skip to content

duplicated-imports

Default severity: error

Reject importing the same package more than once. Default: enabled.

import (
"strings"
text "strings"
)
import "strings"