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
*** Submitted as http://code.google.com/p/go/source/detail?r=3e3f87ed3504 *** godoc: support for file systems stored in .zip files Instead ...
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
Issue 4670053: code review 4670053: godoc: support for file systems stored in .zip files
(Closed)
Created 13 years, 9 months ago by gri
Modified 13 years, 9 months ago
Reviewers:
Base URL:
Comments: 11