From 15bb0626bcff8b01bf74aa1f332abf104368f7b2 Mon Sep 17 00:00:00 2001 From: miryamfoiferCX Date: Wed, 9 Jul 2025 15:10:19 +0300 Subject: [PATCH] update endIndex field type to int --- types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/types.go b/types/types.go index 55fd8cf..22923ce 100644 --- a/types/types.go +++ b/types/types.go @@ -30,7 +30,7 @@ type ImageLocation struct { FinalStage bool Line int StartIndex int - EndIndex bool + EndIndex int } const (