1
0
mirror of https://github.com/golang/go synced 2024-10-01 16:08:33 -06:00
go/cmd
Andrew Gerrand dcad628c68 go.tools/cmd/blog: handle "/blog/" redirect properly
The redirect.PrefixHandler redirects "/foo/" to "/foo", which is what
we want in most cases ("/cl/", "/change/", etc) but not here.
So wrap it with a handler that handles "/blog/" explictly.

R=dsymonds
CC=golang-dev
https://golang.org/cl/14326043
2013-10-03 18:10:57 +10:00
..
cover go.tools/cover: validate flags with appropriate error messages 2013-09-26 18:11:03 +10:00
godoc go.tools/cmd/blog: handle "/blog/" redirect properly 2013-10-03 18:10:57 +10:00
gotype go.tools/cmd/gotype: use go/types identifier resolution 2013-09-30 12:59:02 -07:00
html2article go.tools/cmd/html2article: move command from go.blog repository 2013-09-27 10:40:53 +10:00
oracle go.tools/oracle: change -mode argument into subcommand. 2013-09-25 14:34:39 -04:00
ssadump go.tools/importer: generalize command-line syntax. 2013-09-06 18:13:57 -04:00
vet go.tools/cmd/vet: handle recursive structs and slices. 2013-09-18 12:57:59 +10:00