]> Cypherpunks repositories - gostls13.git/commit
add JSON library
authorRuss Cox <rsc@golang.org>
Thu, 11 Dec 2008 20:25:58 +0000 (12:25 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 11 Dec 2008 20:25:58 +0000 (12:25 -0800)
commit793a6effcf58e2739e3053ad3199464e87eb5a58
treee1ced2b2e9d92ddbcd1e7b6c9f53b57c529d0efc
parentfa945d5bf887bb16b60ca3580bec10c739b524d5
add JSON library

R=r
DELTA=1127  (1127 added, 0 deleted, 0 changed)
OCL=20975
CL=20983
src/lib/Makefile
src/lib/json/Makefile [new file with mode: 0644]
src/lib/json/generic.go [new file with mode: 0644]
src/lib/json/generic_test.go [new file with mode: 0644]
src/lib/json/parse.go [new file with mode: 0644]
src/lib/json/struct.go [new file with mode: 0644]
src/lib/json/struct_test.go [new file with mode: 0644]
src/run.bash