1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 09:46:44 +00:00

docs: add goimports installation to setup instructions

This commit is contained in:
Tw93
2026-01-08 14:52:30 +08:00
parent d13ca66187
commit 952f9c44ac

View File

@@ -5,6 +5,9 @@
```bash
# Install development tools
brew install shfmt shellcheck bats-core golangci-lint
# Install goimports for better Go formatting
go install golang.org/x/tools/cmd/goimports@latest
```
## Development