summaryrefslogtreecommitdiff
path: root/lib/godoc/source.html
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2010-02-16 11:20:55 -0800
committerRobert Griesemer <gri@golang.org>2010-02-16 11:20:55 -0800
commiteaa18cf6078b210a8683fdf7c0533f1908f33d2b (patch)
tree696089ccc47c9bd9a84290641b86a6a72db76016 /lib/godoc/source.html
parentf96c03e483aca8036176d436669ea99d25386e4a (diff)
downloadgolang-eaa18cf6078b210a8683fdf7c0533f1908f33d2b.tar.gz
godoc support for directories outside $GOROOT
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
Diffstat (limited to 'lib/godoc/source.html')
-rw-r--r--lib/godoc/source.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/godoc/source.html b/lib/godoc/source.html
deleted file mode 100644
index 4189f4ef8..000000000
--- a/lib/godoc/source.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!--
- Copyright 2009 The Go Authors. All rights reserved.
- Use of this source code is governed by a BSD-style
- license that can be found in the LICENSE file.
--->
-
-{.section Error}
- <p>
- <span class="alert" style="font-size:120%">{@|html}</span>
- </p>
-{.or}
- <pre>{Source|html}</pre>
-{.end}