mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
fix(go-essentials): remove guru (deprecated)
This commit is contained in:
@@ -17,7 +17,6 @@ including:
|
||||
|
||||
- [godoc](https://pkg.go.dev/golang.org/x/tools/cmd/godoc)
|
||||
- [gopls](https://pkg.go.dev/golang.org/x/tools/gopls)
|
||||
- [guru](https://pkg.go.dev/golang.org/x/tools/cmd/guru)
|
||||
- [golint](https://pkg.go.dev/golang.org/x/lint/golint)
|
||||
- [goimports](https://pkg.go.dev/golang.org/x/tools/cmd/goimports)
|
||||
- [gomvpkg](https://pkg.go.dev/golang.org/x/tools/cmd/gomvpkg)
|
||||
|
||||
@@ -16,10 +16,6 @@ Write-Output ""
|
||||
Write-Output gopls
|
||||
& go install golang.org/x/tools/gopls@latest
|
||||
|
||||
Write-Output ""
|
||||
Write-Output guru
|
||||
& go install golang.org/x/tools/guru@latest
|
||||
|
||||
Write-Output ""
|
||||
Write-Output golint
|
||||
& go install golang.org/x/lint/golint@latest
|
||||
|
||||
@@ -44,10 +44,6 @@ __run_go_essentials() {
|
||||
echo gopls
|
||||
go "${my_install}" golang.org/x/tools/gopls@latest > /dev/null #2>/dev/null
|
||||
|
||||
echo ""
|
||||
echo guru
|
||||
go "${my_install}" golang.org/x/tools/cmd/guru@latest > /dev/null #2>/dev/null
|
||||
|
||||
echo ""
|
||||
echo golint
|
||||
go "${my_install}" golang.org/x/lint/golint@latest > /dev/null #2>/dev/null
|
||||
|
||||
Reference in New Issue
Block a user