]> Cypherpunks repositories - gostls13.git/commit
test/interface: document tests
authorRob Pike <r@golang.org>
Sun, 19 Feb 2012 06:33:41 +0000 (17:33 +1100)
committerRob Pike <r@golang.org>
Sun, 19 Feb 2012 06:33:41 +0000 (17:33 +1100)
commit13514d4e0b56a2643525582e1f29ca2f62ad4c28
treef759f874d66d5988df37010b767ca32029bd96af
parent990f9f4c007cb8b74fafd5c3d4800de86a7f2295
test/interface: document tests
Most already had comments (yay); adjusted for consistency.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5676102
21 files changed:
test/interface/bigdata.go
test/interface/convert.go
test/interface/convert1.go
test/interface/convert2.go
test/interface/embed.go
test/interface/embed0.go
test/interface/embed1.go
test/interface/embed2.go
test/interface/explicit.go
test/interface/fail.go
test/interface/fake.go
test/interface/noeq.go
test/interface/pointer.go
test/interface/private.go
test/interface/private1.go
test/interface/receiver.go
test/interface/receiver1.go
test/interface/recursive1.go
test/interface/recursive2.go
test/interface/returntype.go
test/interface/struct.go