Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@uudashr
Copy link
Owner

@uudashr uudashr commented Nov 18, 2024

Remove deprecated linter exportloopref

@uudashr uudashr requested a review from Copilot November 18, 2024 04:36
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no suggestions.

@uudashr uudashr requested a review from Copilot November 18, 2024 04:42
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no suggestions.

Comments skipped due to low confidence (1)

opaque/opaque.go:136

  • The use of 'range' with 'typ.Len()' is incorrect. 'typ.Len()' returns an integer, not a slice or array. It should be reverted to 'for i := 0; i < typ.Len(); i++ {'.
for i := range typ.Len() {

@uudashr uudashr merged commit d8db858 into master Nov 18, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants