webinstall / webi-installers

Primary and community-submitted packages for webinstall.dev
https://webinstall.dev
Mozilla Public License 2.0
1.95k stars 210 forks source link

remove go guru #882

Closed skovranek closed 1 month ago

skovranek commented 2 months ago

http://golang.org/s/using-guru

via the above link, it says:

[Update: cmd/guru was deleted in March 2024. It has long been superseded by gopls, a language (LSP) server for Go that works with a wide range of editors.]

Issue deleting it: https://github.com/golang/go/issues/65880

coolaj86 commented 2 months ago

@skovranek Would you like to open a PR for this?

It should be as easy as removing or replacing these lines:

https://github.com/webinstall/webi-installers/blob/main/go-essentials/install.sh#L47-L49

https://github.com/webinstall/webi-installers/blob/main/go-essentials/install.ps1#L19-L22

coolaj86 commented 1 month ago

completed in #892