Refactor a little

This commit is contained in:
binwiederhier
2025-07-19 22:52:08 +02:00
parent 8783c86cd6
commit 1f34c39eb0
5 changed files with 8 additions and 22 deletions

View File

@@ -20,7 +20,6 @@ func push(list any, v any) []any {
if err != nil {
panic(err)
}
return l
}