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 https://golang.org/cl/4670053
Showing
src/cmd/godoc/zip.go
0 → 100644
Please
register
or
sign in
to comment