Lambdas en Golang
myfunc := func() bool {
return x > 10000
}
Harendra
myfunc := func() bool {
return x > 10000
}