github.com/songshiyun/revive@v1.1.5-0.20220323112655-f8433a19b3c5/testdata/confusing-naming2.go (about) 1 // Test of confusing-naming rule. 2 3 // Package pkg ... 4 package pkg 5 6 func aglobal() { // MATCH /Function 'aglobal' differs only by capitalization to other function in the same package/ 7 }