]> Cypherpunks repositories - gostls13.git/commit
godoc: fix remote search (use correct URL)
authorRobert Griesemer <gri@golang.org>
Sat, 12 Nov 2011 00:59:47 +0000 (16:59 -0800)
committerRobert Griesemer <gri@golang.org>
Sat, 12 Nov 2011 00:59:47 +0000 (16:59 -0800)
commite8188c160762f654369cdba535324a97df6aed22
treee3458f2a85bbef407d1af365ac15d4f94e6b3604
parent3f2d787c2b4eb7a1dd75c2613be6d76dfa0dba5a
godoc: fix remote search (use correct URL)

Also works now together with -html, as in:
godoc -html -q Sin
for an html result.

Fixes #2435.

R=iant
CC=golang-dev
https://golang.org/cl/5375074
src/cmd/godoc/godoc.go
src/cmd/godoc/main.go