1
0
mirror of https://github.com/golang/go synced 2024-09-30 22:58:34 -06:00

cmd/godoc: fix build

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/12127043
This commit is contained in:
Brad Fitzpatrick 2013-07-30 13:42:50 -07:00
parent 2f6855ad75
commit 143d18d6c5

View File

@ -47,7 +47,6 @@ import (
"regexp"
"runtime"
"strings"
"text/template"
"code.google.com/p/go.tools/godoc"
"code.google.com/p/go.tools/godoc/vfs"