Copy func in findings

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-05-19 21:29:41 +02:00
parent 87fa9448d6
commit 3463e51739
7 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ type Entry struct {
type panel int
const (
panelList panel = iota
panelList panel = iota
panelRequest
panelResponse
)