Update README with new commit hash and fix tools list

This commit is contained in:
Jeffrey Paul 2025-12-18 02:12:53 -08:00
parent a414a82306
commit 49ba38602c

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@30b1cebd02df4e683b7034e1f0ecbf87baa0ecf8 ; hash -r ; gosetup go install sneak.berlin/go/gosetup@a414a82306fe2095119eeeb3051bb3f23a803e1e ; hash -r ; gosetup
``` ```
## Usage ## Usage
@ -41,6 +41,7 @@ go run ./cmd/update -o tools.json
- **Language Server**: gopls - **Language Server**: gopls
- **Formatters**: gofumpt, goimports, golines - **Formatters**: gofumpt, goimports, golines
- **Linters**: golangci-lint, staticcheck, errcheck, revive - **Linters**: golangci-lint, staticcheck, errcheck, revive
- **vim-go tools**: godef, guru, gorename, gotests, gomodifytags, impl, fillstruct, fillswitch, motion, iferr, keyify, asmfmt, gotags - **vim-go tools**: godef, gotests, gomodifytags, impl, fillstruct, fillswitch, motion, iferr, asmfmt, gotags
- **Debugger**: dlv (delve) - **Debugger**: dlv (delve)
- **Documentation**: godoc
- **And more**: gocyclo, ineffassign, misspell, unconvert, gopkgs, go-outline, go-symbols - **And more**: gocyclo, ineffassign, misspell, unconvert, gopkgs, go-outline, go-symbols