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

Issue 4670053: code review 4670053: godoc: support for file systems stored in .zip files (Closed)

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

Description

godoc: support for file systems stored in .zip files Instead of serving files of the underlying OS file system, a .zip file may be provided to godoc containing the files to serve; for instance: godoc -http=:6060 -zip=go.zip using a .zip file created from a clean tree as follows: zip -r go.zip $GOROOT

Patch Set 1 #

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

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

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

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

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

Patch Set 7 : diff -r f48a32160c4d https://go.googlecode.com/hg/ #

Total comments: 11

Patch Set 8 : diff -r d30305e2898a https://go.googlecode.com/hg/ #

Patch Set 9 : diff -r d30305e2898a https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -7 lines) Patch
M src/cmd/godoc/doc.go View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/cmd/godoc/filesystem.go View 1 2 3 4 5 6 7 3 chunks +17 lines, -3 lines 0 comments Download
M src/cmd/godoc/main.go View 1 2 3 4 3 chunks +15 lines, -4 lines 0 comments Download
A src/cmd/godoc/zip.go View 1 2 3 4 5 6 7 1 chunk +199 lines, -0 lines 0 comments Download

Messages

Total messages: 4
gri
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 9 months ago (2011-07-13 23:32:47 UTC) #1
rsc
LGTM Very nice. http://codereview.appspot.com/4670053/diff/11001/src/cmd/godoc/filesystem.go File src/cmd/godoc/filesystem.go (right): http://codereview.appspot.com/4670053/diff/11001/src/cmd/godoc/filesystem.go#newcode117 src/cmd/godoc/filesystem.go:117: // ---------------------------------------------------------------------------- seems worth putting in ...
13 years, 9 months ago (2011-07-13 23:54:27 UTC) #2
gri
http://codereview.appspot.com/4670053/diff/11001/src/cmd/godoc/filesystem.go File src/cmd/godoc/filesystem.go (right): http://codereview.appspot.com/4670053/diff/11001/src/cmd/godoc/filesystem.go#newcode117 src/cmd/godoc/filesystem.go:117: // ---------------------------------------------------------------------------- On 2011/07/13 23:54:27, rsc wrote: > seems ...
13 years, 9 months ago (2011-07-14 18:33:01 UTC) #3
gri
13 years, 9 months ago (2011-07-14 18:34:57 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=3e3f87ed3504 ***

godoc: support for file systems stored in .zip files

Instead of serving files of the underlying OS file system,
a .zip file may be provided to godoc containing the files
to serve; for instance:

   godoc -http=:6060 -zip=go.zip

using a .zip file created from a clean tree as follows:

   zip -r go.zip $GOROOT

R=rsc
CC=golang-dev
http://codereview.appspot.com/4670053
Sign in to reply to this message.

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