elliotchance / pie

🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.
https://pkg.go.dev/github.com/elliotchance/pie/v2
MIT License
1.96k stars 91 forks source link

can't run linter goanalysis_metalinter #192

Open zhjdhx opened 1 year ago

zhjdhx commented 1 year ago

ERRO Running error: 1 error occurred:

golangci-lint has version 1.46.2 built from a3336890 on 2022-05-17T11:31:29Z

elliotchance commented 1 year ago

Can you provide the exact command that produced this?

zhjdhx commented 1 year ago

Can you provide the exact command that produced this?

golangci-lint run ./...

elliotchance commented 1 year ago

That looks to be a bug with the linter and not this library.