Skip to content

Go Format Examples

bash
# Check only
core go fmt

# Apply fixes
core go fmt --fix

# Show diff
core go fmt --diff

Released under the EUPL-1.2 License.