mirror of
https://github.com/mgechev/revive.git
synced 2024-11-30 08:57:07 +02:00
8 lines
144 B
Go
8 lines
144 B
Go
|
package fixtures
|
||
|
|
||
|
func foo() string {
|
||
|
customId := "result"
|
||
|
customVm := "result" // MATCH /var customVm should be customVM/
|
||
|
return customId
|
||
|
}
|