mirror of
https://github.com/mgechev/revive.git
synced 2024-11-24 08:32:22 +02:00
53a111d36e
Co-authored-by: chavacava <salvador.cavadini@gmail.com> Co-authored-by: yuta nishiyama <57400690+ytnsym@users.noreply.github.com>
6 lines
147 B
Go
6 lines
147 B
Go
package fixtures
|
|
|
|
func (o *o) f1() {}
|
|
func (tw *tw) f2() {}
|
|
func (thr *thr) f3() {} // MATCH /receiver name thr is longer than 2 characters/
|