
ed64e33c8c8bc9a919e2b85a1a08225b5ae59d70. Also add tests for local mode of goimports and do refactoring of tests.
7 lines
224 B
Go
7 lines
224 B
Go
//args: -Egocritic
|
|
package testdata
|
|
|
|
import "flag"
|
|
|
|
var _ = *flag.Bool("global1", false, "") // ERROR "flagDeref: immediate deref in \*flag.Bool\(.global1., false, ..\) is most likely an error; consider using flag\.BoolVar"
|