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

Issue 4291059: code review 4291059: godoc: add -template flag to specify custom templates (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by adg
Modified:
14 years, 1 month ago
Reviewers:
CC:
gri, niemeyer, rsc1, golang-dev
Visibility:
Public.

Description

godoc: add -template flag to specify custom templates

Patch Set 1 #

Patch Set 2 : diff -r 7258bff57dd5 https://go.googlecode.com/hg/ #

Total comments: 5

Patch Set 3 : diff -r f6648678e76e https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 94fab267e96b https://go.googlecode.com/hg/ #

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

Messages

Total messages: 13
adg
Hello gri (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 1 month ago (2011-03-21 04:35:53 UTC) #1
niemeyer
Hi Andrew, I've also been thinking about something like this for a while. My plan ...
14 years, 1 month ago (2011-03-21 13:06:15 UTC) #2
rsc1
Even ignoring Gustavo's comment (which I think has some merit) this is not right. flag.String("template", ...
14 years, 1 month ago (2011-03-21 13:51:52 UTC) #3
gri
I like this suggestion. - Robert On Mon, Mar 21, 2011 at 6:06 AM, <n13m3y3r@gmail.com> ...
14 years, 1 month ago (2011-03-21 18:22:43 UTC) #4
adg
Hello gri, niemeyer, rsc1 (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 1 month ago (2011-03-21 22:20:47 UTC) #5
adg
A good suggestion that I've now implemented. PTAL. On 22 March 2011 00:06, <n13m3y3r@gmail.com> wrote: ...
14 years, 1 month ago (2011-03-21 22:24:18 UTC) #6
gri
http://codereview.appspot.com/4291059/diff/4001/src/cmd/godoc/godoc.go File src/cmd/godoc/godoc.go (right): http://codereview.appspot.com/4291059/diff/4001/src/cmd/godoc/godoc.go#newcode68 src/cmd/godoc/godoc.go:68: templateDir = flag.String("template", "", "directory containing godoc template files") ...
14 years, 1 month ago (2011-03-21 22:25:41 UTC) #7
gri
http://codereview.appspot.com/4291059/diff/4001/src/cmd/godoc/godoc.go File src/cmd/godoc/godoc.go (right): http://codereview.appspot.com/4291059/diff/4001/src/cmd/godoc/godoc.go#newcode68 src/cmd/godoc/godoc.go:68: templateDir = flag.String("template", "", "directory containing godoc template files") ...
14 years, 1 month ago (2011-03-21 22:26:27 UTC) #8
niemeyer
Thanks Andrew. http://codereview.appspot.com/4291059/diff/4001/src/cmd/godoc/godoc.go File src/cmd/godoc/godoc.go (right): http://codereview.appspot.com/4291059/diff/4001/src/cmd/godoc/godoc.go#newcode68 src/cmd/godoc/godoc.go:68: templateDir = flag.String("template", "", "directory containing godoc ...
14 years, 1 month ago (2011-03-21 22:26:48 UTC) #9
adg
Hello gri, niemeyer, rsc1 (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 1 month ago (2011-03-22 06:09:39 UTC) #10
niemeyer
LGTM
14 years, 1 month ago (2011-03-22 13:02:50 UTC) #11
gri
LGTM
14 years, 1 month ago (2011-03-22 21:30:41 UTC) #12
adg
14 years, 1 month ago (2011-03-22 22:44:31 UTC) #13
*** Submitted as http://code.google.com/p/go/source/detail?r=cee1ff73db73 ***

godoc: add -template flag to specify custom templates

R=gri, niemeyer, rsc1
CC=golang-dev
http://codereview.appspot.com/4291059
Sign in to reply to this message.

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