summaryrefslogtreecommitdiff
path: root/src/crypto/tls/example_test.go
Commit message (Collapse)AuthorAgeFilesLines
* crypto/tls: add example for Config KeyLogWriterJoonas Kuorilehto2016-11-171-0/+58
| | | | | | | | | | For #13057. Change-Id: Idbc50d5b08e055a23ab7cc9eb62dbc47b65b1815 Reviewed-on: https://go-review.googlesource.com/29050 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+57
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.