mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## What changed? - Applied the server-owned subset of small gofix analyzer fixes. - Exact commands that were run: ```sh make fmt-gofix make goimports make fmt git diff --check ``` - No manual or AI changes were made. - Some fixes caused lint errors; those were reverted again. - Changes were all reviewed by me.
The primitives package is meant to contain definitions and constants that are widely used throughout this repository.
There should serve as the root package in that there should be no imports of any other Temporal package.