]> Cypherpunks repositories - gostls13.git/commit
json: fix addressing of slice indexes that are multiples of 8.
authorAdam Langley <agl@golang.org>
Fri, 13 Nov 2009 19:29:13 +0000 (11:29 -0800)
committerAdam Langley <agl@golang.org>
Fri, 13 Nov 2009 19:29:13 +0000 (11:29 -0800)
commit87bc9b53fd966659e8c3837a3a5839f924268487
treeffdcac5916f1263905573e2802a4586e2c6a1fac
parent3f7a32405d3a28416d97adc812ac87a0719d6bca
json: fix addressing of slice indexes that are multiples of 8.

Fixes #147.

R=rsc
CC=golang-dev
https://golang.org/cl/152123
src/pkg/json/struct.go
src/pkg/json/struct_test.go