# Go Format Examples ```bash # Check only core go fmt # Apply fixes core go fmt --fix # Show diff core go fmt --diff ```