recator: Repo interface

This commit is contained in:
Ilia Denisov
2026-02-04 17:29:05 +02:00
parent 9a6d4112cf
commit 9d46abe805
11 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ func NextTravelCoord(w, h uint32, x1, y1, x2, y2, delta float64) (float64, float
if distance <= delta {
return x2, y2, true
}
// TODO: refactor - remove extra vars
// [ ] refactor - remove extra vars
xa := 0.
ya := 0.
xb := deltaX