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

Fix Install Tools Description #2235

Merged
merged 1 commit into from
Jan 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/goInstallTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,16 @@ export function installAllTools(updateExistingToolsOnly: boolean = false) {
'gomodifytags': '(Modify tags on structs)',
'goplay': '\t\t(The Go playground)',
'impl': '\t\t(Stubs for interfaces)',
'gotype-live': 'Show errors as you type)',
'gotype-live': '\t(Show errors as you type)',
'godef': '\t\t(Go to definition)',
'gogetdoc': '\t(Go to definition & text shown on hover)',
'goimports': '\t(Formatter)',
'goreturns': '\t(Formatter)',
'goformat': '\t(Formatter)',
'golint': '\t\t(Linter)',
'gotests': '\t\t(Generate unit tests)',
'gometalinter': 'Linter)',
'golangci-lint': 'Linter)',
'gometalinter': '\t(Linter)',
'golangci-lint': '\t(Linter)',
'revive': '\t\t(Linter)',
'staticcheck': '\t(Linter)',
'go-langserver': '(Language Server)',
Expand Down