From e6020f72295a58c1483b87275941562642137fcc Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Mon, 5 May 2014 17:42:00 -0700 Subject: [PATCH] go.tools/godoc/static: fix import path doc typo LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/98970043 --- godoc/static/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godoc/static/doc.go b/godoc/static/doc.go index 3f3a27cb..e1e75da2 100644 --- a/godoc/static/doc.go +++ b/godoc/static/doc.go @@ -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