diff options
author | Robert Griesemer <gri@golang.org> | 2010-02-16 11:20:55 -0800 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2010-02-16 11:20:55 -0800 |
commit | eaa18cf6078b210a8683fdf7c0533f1908f33d2b (patch) | |
tree | 696089ccc47c9bd9a84290641b86a6a72db76016 /lib/godoc/error.html | |
parent | f96c03e483aca8036176d436669ea99d25386e4a (diff) | |
download | golang-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/error.html')
-rw-r--r-- | lib/godoc/error.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/godoc/error.html b/lib/godoc/error.html new file mode 100644 index 000000000..c14c57405 --- /dev/null +++ b/lib/godoc/error.html @@ -0,0 +1,9 @@ +<!-- + 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. +--> + +<p> +<span class="alert" style="font-size:120%">{@|html-esc}</span> +</p> |