mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
The special case in the spec is that you can take the
address of a composite literal using the & operator.
A composite literal is not, however, generally addressable,
and the slice operator requires an addressable argument,
so [3]int{1,2,3}[:] is invalid. This tutorial code and one bug
report are the only places in the tree where it appears.
R=r, gri
CC=golang-dev
https://golang.org/cl/5437120
|
||
|---|---|---|
| .. | ||
| cat.go | ||
| cat_rot13.go | ||
| echo.go | ||
| eff_bytesize.go | ||
| eff_qr.go | ||
| eff_sequence.go | ||
| file.go | ||
| file_windows.go | ||
| helloworld.go | ||
| helloworld3.go | ||
| print.go | ||
| print_string.go | ||
| run | ||
| server.go | ||
| server1.go | ||
| sieve.go | ||
| sieve1.go | ||
| sort.go | ||
| sortmain.go | ||
| strings.go | ||
| sum.go | ||