summaryrefslogtreecommitdiff
path: root/src/net/http/example_test.go
Commit message (Collapse)AuthorAgeFilesLines
* net/http: add example for setting trailers in an HandlerBrad Fitzpatrick2015-07-201-0/+23
| | | | | | Change-Id: I6a8bb853a538c80d95589321d3226784bc017eef Reviewed-on: https://go-review.googlesource.com/12327 Reviewed-by: Andrew Gerrand <adg@golang.org>
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+88
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.