zlasd
Results
2
issues of
zlasd
When the initial value is a pre-allocated slice, it should not be considered as a candidate for suggestion. So we try to recognize the `make` function and skip when the...
If a pre-allocated slice is declared by `var` statement and explicit type, it would be incorrectly reported as a candidate for pre-allocation. For instance, the code snippet following would be...