Compare commits

...

2 Commits

Author SHA1 Message Date
0c31667230 Update README with new commit hash 2025-12-18 01:06:32 -08:00
cf739a6e93 Remove deprecated/broken tools: guru, gorename, keyify
These tools no longer build successfully:
- guru and gorename were removed from golang.org/x/tools
- keyify has build issues with current honnef.co/go/tools
2025-12-18 01:06:17 -08:00
2 changed files with 1 additions and 19 deletions

View File

@ -6,7 +6,7 @@ Installs common Go development tools at pinned versions.
```bash ```bash
# current as of 2025-12-18 # current as of 2025-12-18
go install sneak.berlin/go/gosetup@7188d87c39f4f468754c69a1e669d607771af22e ; hash -r ; gosetup go install sneak.berlin/go/gosetup@cf739a6e93c44e9ed094ea5bf4ec0afd841fe1ec ; hash -r ; gosetup
``` ```
## Usage ## Usage

View File

@ -48,18 +48,6 @@
"version": "v1.1.2", "version": "v1.1.2",
"date": "2020-03-03" "date": "2020-03-03"
}, },
{
"name": "guru",
"package": "golang.org/x/tools/cmd/guru",
"version": "v0.40.0",
"date": "2025-12-08"
},
{
"name": "gorename",
"package": "golang.org/x/tools/cmd/gorename",
"version": "v0.40.0",
"date": "2025-12-08"
},
{ {
"name": "gotests", "name": "gotests",
"package": "github.com/cweill/gotests/gotests", "package": "github.com/cweill/gotests/gotests",
@ -120,12 +108,6 @@
"version": "v0.0.0-20240122035601-9c3e2fbe4bd1", "version": "v0.0.0-20240122035601-9c3e2fbe4bd1",
"date": "2024-01-22" "date": "2024-01-22"
}, },
{
"name": "keyify",
"package": "honnef.co/go/tools/cmd/keyify",
"version": "v0.6.1",
"date": "2025-03-05"
},
{ {
"name": "asmfmt", "name": "asmfmt",
"package": "github.com/klauspost/asmfmt/cmd/asmfmt", "package": "github.com/klauspost/asmfmt/cmd/asmfmt",