]> Cypherpunks repositories - gostls13.git/commit
cmd/api: add more tests
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 30 Oct 2012 10:23:44 +0000 (11:23 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 30 Oct 2012 10:23:44 +0000 (11:23 +0100)
commite53a2c40b119509356edcffc1655331c9beb6df5
tree3be19db6ac36b2b7c736c57fe2ea4b9186c82124
parent1d61c9bb3e41947ab66732d0346b821d5062554c
cmd/api: add more tests

Feature extraction was tested before, but not the final diffs.

This CL breaks function main into a smaller main + testable
compareAPI.

No functional changes.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/6820057
src/cmd/api/goapi.go
src/cmd/api/goapi_test.go