Files
fuj-management/go/internal/io
Jan Novak 8275db1a63
All checks were successful
Deploy to K8s / deploy (push) Successful in 10s
fix(go/fio): nil http client panic in fio.New
When token is empty, New falls back to transparentClient with the
caller-supplied hc. main.go passes nil, so the first Do() call panicked.
Default to http.DefaultClient when hc is nil.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 10:36:20 +02:00
..