mirror of
https://github.com/golang/go
synced 2024-11-12 04:50:21 -07:00
da5a251dde
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_rot13.go | ||
cat.go | ||
echo.go | ||
eff_bytesize.go | ||
eff_qr.go | ||
eff_sequence.go | ||
file_windows.go | ||
file.go | ||
helloworld3.go | ||
helloworld.go | ||
print_string.go | ||
print.go | ||
run | ||
server1.go | ||
server.go | ||
sieve1.go | ||
sieve.go | ||
sort.go | ||
sortmain.go | ||
strings.go | ||
sum.go |