go.tools/cmd/godoc: update import paths

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/13770043
This commit is contained in:
Andrew Gerrand 2013-09-19 10:59:21 +10:00
parent b605e38d5d
commit f54bd1aebf
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ import (
"runtime" "runtime"
"sync" "sync"
"code.google.com/p/go.tools/godoc/blog" "code.google.com/p/go.tools/blog"
) )
const ( const (

View File

@ -12,7 +12,7 @@ import (
// This package registers "/compile" and "/share" handlers // This package registers "/compile" and "/share" handlers
// that redirect to the golang.org playground. // that redirect to the golang.org playground.
_ "code.google.com/p/go.tools/godoc/playground" _ "code.google.com/p/go.tools/playground"
) )
func init() { func init() {