Skip to content

Commit

Permalink
promptForMissingTool doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Mar 2, 2019
1 parent 9b3ad1b commit bbb7047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/goInstallTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ function getTools(goVersion: SemVersion): string[] {
'gomodifytags',
'impl',
'fillstruct',
'goplay'
'goplay',
'godoctor'
);

return tools;
Expand Down

0 comments on commit bbb7047

Please sign in to comment.