Why aren't all expressions addressable?

<p>From <a href="https://golang.org/ref/spec#Address_operators:">https://golang.org/ref/spec#Address_operators:</a></p> <blockquote> <p>For an operand x of type T, the address operation &amp;x generates a pointer of type *T to x. The operand must be...阅读全文

2018-08-01 21:30:40