summaryrefslogtreecommitdiff
path: root/app/stat-darwin.go
Commit message (Collapse)AuthorAgeFilesLines
* build: fix build on darwinChristian Cleberg2026-07-141-0/+15
macOS names the stat ctime field Ctimespec rather than Ctim, so stat.go failed to compile on a Mac. Split the darwin case into its own file and exclude darwin from the generic variant. Deploys are unaffected.