]> Cypherpunks repositories - gostls13.git/commit
Add a quickcheck package which is a little like the Haskell one of the same
authorAdam Langley <agl@golang.org>
Wed, 28 Oct 2009 22:16:20 +0000 (15:16 -0700)
committerAdam Langley <agl@golang.org>
Wed, 28 Oct 2009 22:16:20 +0000 (15:16 -0700)
commit878d0e1efdc70c0edc28de9e8fa89f30a5d17393
tree289f62fa963aef153ee17ec3e0b26c41f358619f
parent74aa9dd55a71e0dd310e9f24e989207f6e106fdd
Add a quickcheck package which is a little like the Haskell one of the same
name.

R=rsc
APPROVED=rsc
DELTA=566  (566 added, 0 deleted, 0 changed)
OCL=35974
CL=36111
src/pkg/Make.deps
src/pkg/Makefile
src/pkg/testing/quick/Makefile [new file with mode: 0644]
src/pkg/testing/quick/quick.go [new file with mode: 0644]
src/pkg/testing/quick/quick_test.go [new file with mode: 0644]