Sobes.tech
Senior
38

Co je to defer? Co vypíše následující kód? ```go type X struct { V int } func (x X) S() { fmt.Println(x.V) } func main() { x := X{123} defer x.S() x.V = 456 } ```

Společnosti byly požádány
OZONOZON