Skip to content

Commit f7e24e6

Browse files
committed
New path to godoc
Fixed warning: ``` warning: code.google.com is shutting down; import path code.google.com/p/go.tools/cmd/godoc will stop working the code.google.com/p/go.tools/cmd/godoc command has moved; use golang.org/x/tools/cmd/godoc instead. ```
1 parent 432af5b commit f7e24e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This bundle uses gocode for completion and godoc for documentation, which can be
2626

2727
```Shell
2828
go get -u github.com/nsf/gocode
29-
go get -u code.google.com/p/go.tools/cmd/godoc
29+
go get -u golang.org/x/tools/cmd/godoc
3030
```
3131

3232
This bundle uses goimports for cleaning up imports and reformatting code, which can be installed with:

0 commit comments

Comments
 (0)