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

Commit

Permalink
Merge pull request #470 from ramya-rao-a/goimports-not-found
Browse files Browse the repository at this point in the history
Fixes #467: Adding goimports to list of tools to install.
  • Loading branch information
lukehoban authored Sep 15, 2016
2 parents 8653343 + 8e8b2c0 commit 5560657
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 @@ -23,7 +23,8 @@ let tools: { [key: string]: string } = {
'go-outline': 'github.com/lukehoban/go-outline',
'go-symbols': 'github.com/newhook/go-symbols',
'guru': 'golang.org/x/tools/cmd/guru',
'gorename': 'golang.org/x/tools/cmd/gorename'
'gorename': 'golang.org/x/tools/cmd/gorename',
'goimports': 'golang.org/x/tools/cmd/goimports'
};

export function installAllTools() {
Expand Down

0 comments on commit 5560657

Please sign in to comment.