Lambdas di Golang

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