mirror of
https://github.com/certctl-io/certctl.git
synced 2026-08-25 20:41:26 +02:00
The previous commit replaced `certs, total, err :=` with `_, total, err :=` but certs was used on a subsequent line. Keep the declaration and suppress the SA4006 warning with a blank assignment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>