Update README with new commit hash and fix tools list
This commit is contained in:
parent
a414a82306
commit
49ba38602c
@ -6,7 +6,7 @@ Installs common Go development tools at pinned versions.
|
||||
|
||||
```bash
|
||||
# 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
|
||||
@ -41,6 +41,7 @@ go run ./cmd/update -o tools.json
|
||||
- **Language Server**: gopls
|
||||
- **Formatters**: gofumpt, goimports, golines
|
||||
- **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)
|
||||
- **Documentation**: godoc
|
||||
- **And more**: gocyclo, ineffassign, misspell, unconvert, gopkgs, go-outline, go-symbols
|
||||
|
||||
Loading…
Reference in New Issue
Block a user