ai-code-battle/bots/gatherer
jedarden 6899b2efa0 fix(bots): fix gatherer Go compile error - declare nearestEnergy in function scope
The nearestEnergy variable was referenced inside findNearestEnergy() but
only declared in the caller's scope. Declare it locally and use _ in caller.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 07:33:28 -04:00
..
Dockerfile Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
go.mod Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
main.go Complete Phase 2: HTTP protocol and 6 strategy bots 2026-03-24 07:00:38 -04:00
strategy.go fix(bots): fix gatherer Go compile error - declare nearestEnergy in function scope 2026-04-24 07:33:28 -04:00