Skip to content
This repository was archived by the owner on Jul 29, 2021. It is now read-only.

Commit 17e2269

Browse files
committed
Merge pull request #4 from paddyforan/master
Update with new golang.org alias.
2 parents 13b1e28 + 32445f5 commit 17e2269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323
"strings"
2424
"text/template"
2525

26-
"code.google.com/p/go.tools/godoc"
27-
"code.google.com/p/go.tools/godoc/vfs"
26+
"golang.org/x/tools/godoc"
27+
"golang.org/x/tools/godoc/vfs"
2828
)
2929

3030
var (

0 commit comments

Comments
 (0)