Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 422 Bytes

File metadata and controls

17 lines (12 loc) · 422 Bytes

inflights-cli

Go CLI for the Inflights platform, built with Cobra.

Build & Test

go build ./...
go test ./... -v
go vet ./...

Conventions

  • Commit messages: terse, lowercase, no period
  • Use "service" in all CLI-facing text — never "product" (backend uses "product" internally but the CLI must not expose that term)
  • Standard Go project layout: commands in cmd/, internal logic in internal/