]> Cypherpunks repositories - gostls13.git/commit
pkg: a slew of examples
authorAndrew Gerrand <adg@golang.org>
Sat, 18 Feb 2012 00:48:33 +0000 (11:48 +1100)
committerAndrew Gerrand <adg@golang.org>
Sat, 18 Feb 2012 00:48:33 +0000 (11:48 +1100)
commit3e804f98d75515bba73a86f563257eabceb1afe1
tree5885c8db09d00fec9e16923d29a0c5511f37ac15
parent3063ff5168d11c88b58e125124f84d8ae5d885db
pkg: a slew of examples

R=golang-dev, gri, r
CC=golang-dev
https://golang.org/cl/5676071
src/pkg/archive/zip/example_test.go [new file with mode: 0644]
src/pkg/crypto/md5/md5_test.go
src/pkg/crypto/sha1/sha1_test.go
src/pkg/encoding/json/example_test.go
src/pkg/errors/errors_test.go
src/pkg/errors/example_test.go [new file with mode: 0644]
src/pkg/net/example_test.go [new file with mode: 0644]
src/pkg/net/url/example_test.go [new file with mode: 0644]
src/pkg/sync/example_test.go [new file with mode: 0644]