Closed GoogleCodeExporter closed 8 years ago
The code that I see in slices.go is the correct code:
for y, row := range p {
for x := range row {
row[x] = uint8(x * y)
}
}
Original comment by a...@golang.org
on 4 Oct 2014 at 7:13
Original issue reported on code.google.com by
artemche...@gmail.com
on 2 Oct 2014 at 6:03