Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(524)

Issue 7085054: code review 7085054: cmd/godoc: support m=text parameter for text files (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 6 months ago by adg
Modified:
12 years, 6 months ago
Reviewers:
CC:
golang-dev, dave_cheney.net, minux1
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : diff -r 760f1daa6700 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M src/cmd/godoc/godoc.go View 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 6
adg
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
12 years, 6 months ago (2013-01-13 21:37:39 UTC) #1
dave_cheney.net
m is a bit obscure, is there a reason for it? Would format=text (and thus ...
12 years, 6 months ago (2013-01-13 21:42:15 UTC) #2
minux1
LGTM. I missed this feature for quite some time but forgot to investigate. Thank you.
12 years, 6 months ago (2013-01-13 21:47:43 UTC) #3
minux1
On 2013/01/13 21:42:15, dfc wrote: > m is a bit obscure, is there a reason ...
12 years, 6 months ago (2013-01-13 21:49:02 UTC) #4
dave_cheney.net
Well there you go, ignore my uninformed suggestion. On Mon, Jan 14, 2013 at 8:49 ...
12 years, 6 months ago (2013-01-13 21:50:24 UTC) #5
adg
12 years, 6 months ago (2013-01-13 22:35:15 UTC) #6
*** Submitted as https://code.google.com/p/go/source/detail?r=f7f5302b172f ***

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://codereview.appspot.com/7085054
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b