Format

Format code according to project standards. Use after making changes or before committing. Use when this capability is needed.

tomevault-io Updated

File contents

Format - argus

Format code according to project standards.

Command

go fmt ./...

Description

Format all Go files

Usage

  • Run before committing changes
  • Use -d (diff only) to check without modifying files
  • Format specific files by passing paths as arguments

Notes

  • This command modifies files in place
  • Formatting is enforced by pre-commit hooks (if configured)

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/priyans-hu--argus--format commit 9d34a30044

Frequently asked questions

npx skillmds@latest add tomevault-io/format