1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-21 17:16:40 +02:00
revive/testdata/receiver_naming_issue_1040.go
2024-11-11 19:31:18 +01:00

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/