Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 243 Bytes

File metadata and controls

11 lines (7 loc) · 243 Bytes

analytics-go

Build & Test

  • make lint — Run linters (must pass before committing)
  • make test — Run tests
  • go build ./... — Build

Development Workflow

Always run make lint after making changes and before committing.