]> Cypherpunks repositories - gostls13.git/commit
cmd/godoc: support m=text parameter for text files
authorAndrew Gerrand <adg@golang.org>
Sun, 13 Jan 2013 22:35:04 +0000 (09:35 +1100)
committerAndrew Gerrand <adg@golang.org>
Sun, 13 Jan 2013 22:35:04 +0000 (09:35 +1100)
commitbe2596471f352c41b02a57e96c963d16ecb56183
tree55e97b61463a83b3c5478275a6aa8f6793e48416
parent94878070af6f7efe1aa002089b800fe9393f9923
cmd/godoc: support m=text parameter for text files

It's possible to view the package docs in plain text, eg:
        http://golang.org/pkg/time/?m=text
and this CL introduces the ability to do the same for files:
        http://golang.org/src/pkg/time/time.go?m=text

R=golang-dev, dave, minux.ma
CC=golang-dev
https://golang.org/cl/7085054
src/cmd/godoc/godoc.go