Skip to content

Commit 66d06f3

Browse files
authored
Merge pull request #2156 from aofei/master
correct import path of plugin delve
2 parents 4a217ef + ce4412f commit 66d06f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ BUG FIXES:
261261
FEATURES:
262262

263263
* **Debugger support!** Add integrated support for the
264-
[`delve`](https://github.com/derekparker/delve) debugger. Use
264+
[`delve`](https://github.com/go-delve/delve) debugger. Use
265265
`:GoInstallBinaries` to install `dlv`, and see `:help go-debug` to get
266266
started.
267267
[[GH-1390]](https://github.com/fatih/vim-go/pull/1390)

plugin/go.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ call s:checkVersion()
4747
" needed by the user with GoInstallBinaries.
4848
let s:packages = {
4949
\ 'asmfmt': ['github.com/klauspost/asmfmt/cmd/asmfmt'],
50-
\ 'dlv': ['github.com/derekparker/delve/cmd/dlv'],
50+
\ 'dlv': ['github.com/go-delve/delve/cmd/dlv'],
5151
\ 'errcheck': ['github.com/kisielk/errcheck'],
5252
\ 'fillstruct': ['github.com/davidrjenni/reftools/cmd/fillstruct'],
5353
\ 'gocode': ['github.com/mdempsky/gocode', {'windows': ['-ldflags', '-H=windowsgui']}],

0 commit comments

Comments
 (0)