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:
@@ -5,6 +5,9 @@
|
|||||||
```bash
|
```bash
|
||||||
# Install development tools
|
# Install development tools
|
||||||
brew install shfmt shellcheck bats-core golangci-lint
|
brew install shfmt shellcheck bats-core golangci-lint
|
||||||
|
|
||||||
|
# Install goimports for better Go formatting
|
||||||
|
go install golang.org/x/tools/cmd/goimports@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|||||||
Reference in New Issue
Block a user