Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 124 Bytes

File metadata and controls

12 lines (9 loc) · 124 Bytes

Go Format Examples

# Check only
core go fmt

# Apply fixes
core go fmt --fix

# Show diff
core go fmt --diff