1
0
mirror of https://github.com/golang/go synced 2024-11-24 16:40:15 -07:00
go/doc/progs
Russ Cox da5a251dde doc: do not slice array literal
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
2011-12-02 12:30:37 -05:00
..
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