]> Cypherpunks repositories - gostls13.git/commit
cmd/doc: add type-bound vars to global vars list
authorRob Pike <r@golang.org>
Wed, 6 May 2015 20:45:03 +0000 (13:45 -0700)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Wed, 6 May 2015 22:32:42 +0000 (22:32 +0000)
commitda4fc529d924e796976ea22b928533c8973fdb71
tree0ea6dec0754b6c366e8dfb07d09bb542fe50d54d
parente9827f62018b87482e647dd88aecdedb24c94680
cmd/doc: add type-bound vars to global vars list

Already done for constants and funcs, but I didn't realize that some
global vars were also not in the global list. This fixes

go doc build.Default

Change-Id: I768bde13a400259df3e46dddc9f58c8f0e993c72
Reviewed-on: https://go-review.googlesource.com/9764
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/doc/pkg.go