diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09577a8..007ecd4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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