mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 11:31:46 +00:00
docs: add goimports installation to setup instructions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user