Files
upaas/internal/service/deploy
clawbot 9627942573
All checks were successful
Check / check (pull_request) Successful in 3m16s
fix: move writeLogsToFile doc comment to correct position
The buildRegistryAuths function was inserted between the writeLogsToFile
doc comment and the writeLogsToFile function body, causing Go to treat
the writeLogsToFile comment as part of buildRegistryAuths godoc.

Move the writeLogsToFile comment to sit directly above its function,
and keep only the buildRegistryAuths comment above buildRegistryAuths.
2026-03-17 02:39:38 -07:00
..