github.com/Johnny2210/revive@v1.0.8-0.20210625134200-febf37ccd0f5/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  }