web-links (blinks) web-log (blog) by Dragan Sretenovic
func main() { a := func() { fmt.Println("hello world first class function") } a() fmt.Printf("%T", a) }