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

Commit

Permalink
Update gopkgs to use v2 (#3057)
Browse files Browse the repository at this point in the history
  • Loading branch information
nezorflame authored Feb 27, 2020
1 parent ffff471 commit 2bfedda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const allToolsInformation: { [key: string]: Tool } = {
},
'gopkgs': {
name: 'gopkgs',
importPath: 'github.com/uudashr/gopkgs/cmd/gopkgs',
importPath: 'github.com/uudashr/gopkgs/v2/cmd/gopkgs',
isImportant: true,
description: 'Auto-completion of unimported packages & Add Import feature'
},
Expand Down

0 comments on commit 2bfedda

Please sign in to comment.