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:
Josh Bleecher Snyder 2014-05-05 17:42:00 -07:00
parent ca18093fea
commit e6020f7229
1 changed files with 1 additions and 1 deletions

View File

@ -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