go.tools/cmd/godoc: update import paths
R=golang-dev, r CC=golang-dev https://golang.org/cl/13770043
This commit is contained in:
		
							parent
							
								
									b605e38d5d
								
							
						
					
					
						commit
						f54bd1aebf
					
				|  | @ -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 ( | ||||||
|  |  | ||||||
|  | @ -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() { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue