confusing-results
Default severity: warning
Name consecutive unnamed results that have the same type. Default: enabled.
func bounds() (int, int)func bounds() (min int, max int)Default severity: warning
Name consecutive unnamed results that have the same type. Default: enabled.
func bounds() (int, int)func bounds() (min int, max int)