KEHyeon

Results 3 issues of KEHyeon

In the above line, the function is returned when both the variables are undefined, which makes it evident that when one of the two variables is undefined, one of them...

- [ ] Do only one thing - [ ] Non breaking API changes - [v] Tested ### What did this pull request do? fix: prevent interface type array from...

The documentation example used `[]MenuItem{item}`, but the `GenerateData` function returns a pointer (`*MenuItem`). This caused a mismatch because `Menu.Items` expects a slice of values (`[]MenuItem`), not pointers. This commit updates...