summaryrefslogtreecommitdiff
path: root/lib/godoc/error.html
AgeCommit message (Collapse)AuthorFilesLines
2010-02-16godoc support for directories outside $GOROOTRobert Griesemer1-0/+9
Example use: godoc -path=/home/user1:/home/build/foo -http=:6666 will start a local godoc that maps urls starting with /pkg/user1 or /pkg/foo to the respective roots specified in the path. Missing: Handling of overlapping package directories, multiple packages per directory. R=rsc CC=golang-dev http://codereview.appspot.com/206078