mirror of
https://github.com/mgechev/revive.git
synced 2024-11-21 17:16:40 +02:00
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/
|