d1ca8d5d4bd338b8c48b1b7b517dc5fd723be68b
- `&out` is only a pointer to a copy of the Port object that the for loop creates - This results in `&out` always refering to the last processed list item instead of the specific port
Languages
Go
100%