1
0
mirror of https://github.com/mgechev/revive.git synced 2025-02-13 13:48:36 +02:00
revive/testdata/file-length-limit-disabled.go
2024-10-26 07:40:24 -03:00

9 lines
107 B
Go

package fixtures
import "fmt"
// Foo is a function.
func Foo(a, b int) {
fmt.Println("Hello, world!")
}