mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
unbound recursion approach can blow up call stack, and - I think - allocate memory unboundedly as well. We can simply loop until err != nil I didn't actually test this live, though tests succeed