Что выведется
package main // import "fmt" func main() { { defer fmt.Println(1) } defer fmt.Println(2) }