Closed erezrokah closed 3 months ago
I missed this in https://github.com/cloudquery/plugin-sdk/pull/1796. Actually added the normalizePointer for this reason just forgot to use it for map and slice pointers
normalizePointer
Use the following steps to ensure your PR is ready to be reviewed
go fmt
golangci-lint run
Summary
I missed this in https://github.com/cloudquery/plugin-sdk/pull/1796. Actually added the
normalizePointer
for this reason just forgot to use it for map and slice pointersUse the following steps to ensure your PR is ready to be reviewed
go fmt
to format your code ๐golangci-lint run
๐จ (install golangci-lint here)