]> Cypherpunks repositories - gostls13.git/commit
godoc: don't hide package lookup error if there's no command with the same name
authorRobert Griesemer <gri@golang.org>
Tue, 15 Feb 2011 01:41:47 +0000 (17:41 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 15 Feb 2011 01:41:47 +0000 (17:41 -0800)
commite6ee0d24924f926f3a648fdcd5e5ccb81e1d4f14
tree76920a1366f8540de1795f2f7c3dc6d6578f5764
parent34dd450fb88f8ee1750f9601a20b83b48ac87da8
godoc: don't hide package lookup error if there's no command with the same name

Fixes #1514.

R=r, r2
CC=golang-dev
https://golang.org/cl/4173050
src/cmd/godoc/godoc.go
src/cmd/godoc/main.go