Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Updated the dlv repository link (#2277)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellozee authored and ramya-rao-a committed Jan 28, 2019
1 parent 4249d0c commit 5fda91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goInstallTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const _allTools: { [key: string]: string } = {
'golangci-lint': 'github.com/golangci/golangci-lint/cmd/golangci-lint',
'revive': 'github.com/mgechev/revive',
'go-langserver': 'github.com/sourcegraph/go-langserver',
'dlv': 'github.com/derekparker/delve/cmd/dlv',
'dlv': 'github.com/go-delve/delve/cmd/dlv',
'fillstruct': 'github.com/davidrjenni/reftools/cmd/fillstruct',
};

Expand Down

0 comments on commit 5fda91a

Please sign in to comment.