mirror of
https://github.com/mgechev/revive.git
synced 2025-02-07 13:31:42 +02:00
10 lines
187 B
Go
10 lines
187 B
Go
package fixtures
|
|
|
|
import "fmt"
|
|
|
|
func foo(a, b int) {
|
|
fmt.Printf("loooooooooooooooooooooooooooooooooooooooooong line out of limit")
|
|
}
|
|
|
|
// MATCH:6 /line is 81 characters, out of limit 80/
|