]> Cypherpunks repositories - gostls13.git/commit
all: move examples into package *_test.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Sun, 28 Jul 2013 23:25:51 +0000 (01:25 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Sun, 28 Jul 2013 23:25:51 +0000 (01:25 +0200)
commitb7c3d06a1fbad0df04773e8b6825689ae6bde41b
tree4ad98386a1454905a7c869ee1acbc5408e44b987
parentd26d5e6403613f989e123ee492bd8d63c113e725
all: move examples into package *_test.

Fixes #5677.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/11992043
src/pkg/crypto/des/des_test.go
src/pkg/crypto/des/example_test.go [new file with mode: 0644]
src/pkg/crypto/md5/example_test.go [new file with mode: 0644]
src/pkg/crypto/md5/md5_test.go
src/pkg/crypto/sha1/example_test.go [new file with mode: 0644]
src/pkg/crypto/sha1/sha1_test.go