Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] miss makezero in slice init #555

Closed
alingse opened this issue May 27, 2024 · 2 comments
Closed

[BUG] miss makezero in slice init #555

alingse opened this issue May 27, 2024 · 2 comments

Comments

@alingse
Copy link

alingse commented May 27, 2024

I was running github actions to run linter makezero for top github golang repos.

see issues alingse/go-linter-runner#1

and the github actions output https://github.com/alingse/go-linter-runner/actions/runs/9243197843/job/25427030599

====================================================================================================
append to slice `_gcgeg` with non-zero initialized length at https://github.com/unidoc/unipdf/blob/master/model/model.go#L4714:1[9](https://github.com/alingse/go-linter-runner/actions/runs/9243197843/job/25427030599#step:4:10)2
====================================================================================================

the _gcgeg :=make ([]string ,len (_ebebe ._cbag .Keys ())) should be _gcgeg :=make ([]string , 0,len (_ebebe ._cbag .Keys ()))

Copy link

Welcome! Thanks for posting your first issue. The way things work here is that while customer issues are prioritized, other issues go into our backlog where they are assessed and fitted into the roadmap when suitable. If you need to get this done, consider buying a license which also enables you to use it in your commercial products. More information can be found on https://unidoc.io/

@kellemNegasi
Copy link

Not related to UniPDF.

@kellemNegasi kellemNegasi closed this as not planned Won't fix, can't repro, duplicate, stale Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants