go.tools/godoc/static: fix import path doc typo
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/98970043
This commit is contained in:
parent
ca18093fea
commit
e6020f7229
|
@ -4,5 +4,5 @@
|
|||
|
||||
// Package static exports a map of static file content that supports the godoc
|
||||
// user interface. The map should be used with the mapfs package, see
|
||||
// code.google.com/p/godoc/vfs/mapfs.
|
||||
// code.google.com/p/go.tools/godoc/vfs/mapfs.
|
||||
package static
|
||||
|
|
Loading…
Reference in New Issue