Bug Report for https://neetcode.io/problems/duplicate-integer Please describe the bug below and include any steps to reproduce the bug or screenshots if possible. I think the cmd argument is expecting hasDuplicate function name but the signature when you select the go language is ``` func containsDuplicate(nums []int) bool {} ``` <img width="1045" height="274" alt="Image" src="https://github.com/user-attachments/assets/783b139d-1885-4253-b84b-7bfa010ea3d9" />