
ed64e33c8c8bc9a919e2b85a1a08225b5ae59d70. Also add tests for local mode of goimports and do refactoring of tests.
7 lines
201 B
Go
7 lines
201 B
Go
//args: -Elll --lll.tab-width 4
|
|
package testdata
|
|
|
|
func Lll() {
|
|
// In my experience, long lines are the lines with comments, not the code. So this is a long comment // ERROR "line is 138 characters"
|
|
}
|