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

Issue 4627065: code review 4627065: godoc: search GOPATH for documentation (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 8 months ago by adg
Modified:
13 years, 8 months ago
Reviewers:
CC:
rsc, mattn, golang-dev
Visibility:
Public.

Description

godoc: search GOPATH for documentation

Patch Set 1 #

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

Total comments: 1

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

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

Patch Set 5 : diff -r add294e751cb https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 6 : diff -r 338032227e73 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -8 lines) Patch
M src/cmd/godoc/godoc.go View 1 2 3 4 2 chunks +10 lines, -1 line 0 comments Download
M src/cmd/godoc/main.go View 1 2 3 4 5 2 chunks +5 lines, -1 line 0 comments Download
M src/cmd/godoc/mapping.go View 2 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 9
adg
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 8 months ago (2011-06-27 07:31:44 UTC) #1
rsc
s/GOPATHs/GOPATH/ in CL description http://codereview.appspot.com/4627065/diff/3001/src/cmd/godoc/main.go File src/cmd/godoc/main.go (right): http://codereview.appspot.com/4627065/diff/3001/src/cmd/godoc/main.go#newcode334 src/cmd/godoc/main.go:334: path = filepath.Join(t.SrcDir(), pkg) This ...
13 years, 8 months ago (2011-06-27 14:16:23 UTC) #2
adg
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 8 months ago (2011-06-28 01:00:53 UTC) #3
adg
ping! On 28 June 2011 11:00, <adg@golang.org> wrote: > Hello rsc@golang.org (cc: golang-dev@googlegroups.com), > > ...
13 years, 8 months ago (2011-07-01 06:16:37 UTC) #4
mattn
$ hg clpatch 4627065 codereview issue 4627065 is out of date: patch and recent changes ...
13 years, 8 months ago (2011-07-01 06:23:28 UTC) #5
adg
Done.
13 years, 8 months ago (2011-07-01 06:28:11 UTC) #6
mattn
LGTM It is working good on my environment. On 2011/07/01 06:28:11, adg wrote: > Done.
13 years, 8 months ago (2011-07-01 07:02:42 UTC) #7
rsc
LGTM http://codereview.appspot.com/4627065/diff/7004/src/cmd/godoc/main.go File src/cmd/godoc/main.go (right): http://codereview.appspot.com/4627065/diff/7004/src/cmd/godoc/main.go#newcode339 src/cmd/godoc/main.go:339: } else { else if !filepath.IsAbs(path) etc
13 years, 8 months ago (2011-07-01 14:24:32 UTC) #8
adg
13 years, 8 months ago (2011-07-02 04:07:13 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=7ce1c776ff33 ***

godoc: search GOPATH for documentation

R=rsc, mattn.jp
CC=golang-dev
http://codereview.appspot.com/4627065

http://codereview.appspot.com/4627065/diff/7004/src/cmd/godoc/main.go
File src/cmd/godoc/main.go (right):

http://codereview.appspot.com/4627065/diff/7004/src/cmd/godoc/main.go#newcode339
src/cmd/godoc/main.go:339: } else {
On 2011/07/01 14:24:37, rsc wrote:
> else if !filepath.IsAbs(path)
> etc
> 

Done.
Sign in to reply to this message.

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