]> Cypherpunks repositories - gostls13.git/commit
cmd/godoc: move note argument to godoc.go
authorAndrew Gerrand <adg@golang.org>
Sun, 3 Mar 2013 22:02:45 +0000 (09:02 +1100)
committerAndrew Gerrand <adg@golang.org>
Sun, 3 Mar 2013 22:02:45 +0000 (09:02 +1100)
commit15825dc935b9ba8e3a77ed0a0e925049f2d003c9
tree8bdb435dedb3c00fd5aee77d52c771fd8529550f
parentbfbac2dc1c20aac00f22442aedf183962e8b2da2
cmd/godoc: move note argument to godoc.go

Fixes the App Engine version of godoc. The other fix is to duplicate
this code inside appinit.go. I think initHandlers is the right place
to put the strings.Split call, as the notesToShow var is used by
docServer, which is what initHandlers sets up.

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